Closed JiDai closed 7 years ago
Hi,
Which test app are you talking about?
You can ignore those paths because they are already being processed by webpack. This plugin can then handle images and whatever other assets you want md5 tagged. Of course if your application uses different paths for your CSS and JS files, you'll want to change those ignorePaths
.
'file?context=' + rootAssetPath + '&name=[path][name].[hash].[ext]',
^ This informs webpack where your root asset path is located and defines how the filename will be written to disk. This part of the config is webpack specific and isn't something special about this plugin.
Ok thanks
Hi, I tried to run your test app and I have two questions :
context=' + rootAssetPath + '&
in loader configurationignorePaths: ['/styles', '/scripts']
I have many many error in SASS files.