changed to popular

This commit is contained in:
David Sun
2019-03-06 10:19:51 -08:00
parent f72918362d
commit c642cd6fed
12 changed files with 480 additions and 76 deletions

View File

@@ -18,6 +18,9 @@ const config = {
chunkFilename: 'bundle-[name].js',
publicPath: '/',
},
externals: {
zeroExInstant: 'zeroExInstant'
},
devtool: 'source-map',
resolve: {
modules: [path.join(__dirname, '/ts'), 'node_modules'],