We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3c382 commit 35b6ae3Copy full SHA for 35b6ae3
package/rules/file.js
@@ -13,6 +13,7 @@ module.exports = {
13
}
14
return 'media/[folder]/[name]-[hash:8].[ext]'
15
},
16
+ esModule: false,
17
context: join(sourcePath)
18
19
0 commit comments