Fixed minimalist bundle not excluding ace
This commit is contained in:
parent
b179318dc6
commit
a5145ca004
|
@ -81,7 +81,7 @@ var compilerMinimalist = webpack({
|
|||
},
|
||||
plugins: [
|
||||
bannerPlugin,
|
||||
new webpack.NormalModuleReplacementPlugin(new RegExp('^./assets/ace$'), EMPTY),
|
||||
new webpack.NormalModuleReplacementPlugin(new RegExp('/assets/ace$'), EMPTY),
|
||||
new webpack.NormalModuleReplacementPlugin(new RegExp('^ajv$'), EMPTY),
|
||||
new webpack.optimize.UglifyJsPlugin()
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue