@vue/preload-webpack-plugin

v1.1.0
A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support
webpack plugin html-webpack-plugin script preload resource hints

lint

eslint --format=codeframe .

test

jasmine test/unit/* test/e2e/index.js

coverage

nyc npm run test

clean

rimraf build

build

npm run clean && babel --out-dir=build src

publish-stable

npm run lint && npm run test && npm run build && npm publish

publish-next

npm run lint && npm run test && npm run build && npm publish --tag next
npm i @vue/[email protected]

Metadata

Downloads