mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix check bundles script
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user