mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
improve style demo shell (#1326)
This commit is contained in:
committed by
Maurizio Vitale
parent
b9c7b60fb6
commit
72ae760b85
@@ -18,9 +18,6 @@ let options = {
|
||||
let alfrescoLibs = glob.sync(pattern, options);
|
||||
// console.dir(alfrescoLibs);
|
||||
|
||||
let alfrescoLibsModules = alfrescoLibs.map(p => path.join(p, 'node_modules'));
|
||||
let alfrescoLibsSources = alfrescoLibs.map(p => path.join(p, 'src'));
|
||||
|
||||
module.exports = {
|
||||
entry: {
|
||||
'polyfills': './app/polyfills.ts',
|
||||
@@ -106,10 +103,7 @@ module.exports = {
|
||||
|
||||
plugins: [
|
||||
|
||||
new webpack.WatchIgnorePlugin([
|
||||
...alfrescoLibsModules,
|
||||
...alfrescoLibsSources
|
||||
]),
|
||||
new webpack.WatchIgnorePlugin([ new RegExp('^((?!(ng2-activiti|ng2-alfresco|demo-shell-ng2)).)((?!(src|app)).)*$')]),
|
||||
|
||||
new CopyWebpackPlugin([
|
||||
{
|
||||
|
Reference in New Issue
Block a user