Skip to content

Commit

Permalink
add emitFile in url-loader options (jaredpalmer#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunhuang authored and jaredpalmer committed Apr 10, 2018
1 parent a088121 commit 6deb518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/razzle/config/createConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ module.exports = (
options: {
limit: 10000,
name: 'static/media/[name].[hash:8].[ext]',
emitFile: IS_NODE ? false : true
},
},

Expand Down

0 comments on commit 6deb518

Please sign in to comment.