fix check bundles script

This commit is contained in:
Eugenio Romano
2017-11-16 17:12:08 +00:00
parent ac643e506a
commit a09dddb281
7 changed files with 15 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ module.exports = webpackMerge(commonConfig, {
],
output: {
filename: '[name]/bundles/[name].js',
filename: '[name]/bundles/adf-[name].js',
library: '[name]',
libraryTarget: 'umd',
chunkFilename: '[id].chunk.js'