Usage: new SingleRuntimeChunkPlugin({name: chunkName})
const SingleRuntimeChunkPlugin = require('./SingleRuntimeChunkPlugin.js');
module.exports = {
plugins: [new SingleRuntimeChunkPlugin({name: 'webpack-runtime'})]
};Usage: new SingleRuntimeChunkPlugin({name: chunkName})
const SingleRuntimeChunkPlugin = require('./SingleRuntimeChunkPlugin.js');
module.exports = {
plugins: [new SingleRuntimeChunkPlugin({name: 'webpack-runtime'})]
};| // ---- | |
| // libsass (v3.2.5) | |
| // ---- | |
| .foo { | |
| content: 'foo'; | |
| @at-root &__bar { | |
| content: 'bar'; | |
| @at-root &__baz { | |
| content: 'baz'; |