Skip to content

Commit

Permalink
fix: test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
soda-x committed May 26, 2016
1 parent 6368626 commit c5acff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/utils/compile.js
Expand Up @@ -16,11 +16,11 @@ export default (plugin, hash, done) => {
},
output: {
path: outDir,
filename: hash ? '[name]-[chunkhash].js' : '[name].js',
filename: hash ? '[name]-578184e8fb4a630f824f.js' : '[name].js',
},
plugins: [
plugin,
hash ? new ExtractTextPlugin('[name]-[chunkhash].css', { allChunks: true }) :
hash ? new ExtractTextPlugin('[name]-578184e8fb4a630f824f.css', { allChunks: true }) :
new ExtractTextPlugin('[name].css', { allChunks: true }),
],
module: {
Expand Down

0 comments on commit c5acff6

Please sign in to comment.