Skip to content

webpack 配置试验场,持续维护添加配置......

Notifications You must be signed in to change notification settings

HXWfromDJTU/webpack-playground

Repository files navigation

webpack-playground

webpack 配置试验场,持续维护添加配置......

buil playground

# build with development mode
npm run build:dev

# build with production mode
npm run build:prod

# build the static assets
npm run build:dll

# server to verify assets cache
npm run test-server

configuration files

webpack.config.js

package.json

.eslintrc

loader playground

demo-loader
vue-loader-test

plugin playground

zip-webpack-plugin

others