Skip to content

Commit 8fefae7

Browse files
dunhuangjaredpalmer
authored andcommitted
add emitFile in url-loader options (#576)
1 parent 4d17cd2 commit 8fefae7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/razzle/config/createConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ module.exports = (
168168
options: {
169169
limit: 10000,
170170
name: 'static/media/[name].[hash:8].[ext]',
171+
emitFile: IS_NODE ? false : true
171172
},
172173
},
173174

0 commit comments

Comments
 (0)