You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Do whatever you want. Disable by content size for example:
362
+
returnmodule.content.length<10*1024;
363
+
},
364
+
});
365
+
```
366
+
346
367
#### Module Filename Option
347
368
348
369
With the `moduleFilename` option you can use chunk data to customize the filename. This is particularly useful when dealing with multiple entry points and wanting to get more control out of the filename for a given entry point/chunk. In the example below, we'll use `moduleFilename` to output the generated css into a different directory.
0 commit comments