webpack-basic-starter icon indicating copy to clipboard operation
webpack-basic-starter copied to clipboard

a basic webpack starter kit

Results 1 webpack-basic-starter issues
Sort by recently updated
recently updated
newest added

配置 publicPath 可显示; ```javascript output: { path: BUILD_PATH, **publicPath: 'http://localhost:8080/',** filename: '[name].js' }, ``` [https://github.com/webpack-contrib/style-loader/issues/55](https://github.com/webpack-contrib/style-loader/issues/55)