Skip to content

Commit

Permalink
调整配置
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Oct 9, 2018
1 parent dea1c7b commit 44a7b32
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .sweetrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ export default {
entry: {
app: [path.join(__dirname, 'src/app.js')]
},
output: {
path: path.join(__dirname, 'build'),
filename: isDevelopment ? 'script/[name].js' : 'script/[chunkhash:5].js',
chunkFilename: isDevelopment ? 'script/[name].js' : 'script/[chunkhash:5].js'
},
externals: {
hint: 'window.hint'
},
Expand Down

0 comments on commit 44a7b32

Please sign in to comment.