Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 63879f7

Browse files
author
Nick Litwin
committed
Move mangle options outside webpack config repo
1 parent bb44b59 commit 63879f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

webpack.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ var config = require('appirio-tech-webpack-config')({
1111
app: './app/index'
1212
},
1313
template: './app/index.jade',
14-
favicon: './assets/images/favicon.ico'
14+
favicon: './assets/images/favicon.ico',
15+
uglifyOptions: {
16+
mangle: { except: ['Auth0'] }
17+
}
1518
})
1619

1720
if (process.env.TRAVIS_BRANCH) config.output.publicPath = process.env.ASSET_PREFIX

0 commit comments

Comments
 (0)