Kazuki Yasufuku

Results 2 issues of Kazuki Yasufuku

I have a question about routing. I want to change cache strategy between js files, css files, and other. ```js // js files match this route self.toolbox.router.get("/:path+.js", self.toolbox.networkFirst); // all...

https://github.com/webpack/react-webpack-server-side-example/blob/master/webpack.config.js#L45 Hi, this settings seems to be wrong, because scoped module (e.g. `@foo/bar` ) is not considered. `externals: /^[^\.\/].*$/` is true? https://nodejs.org/api/modules.html#modules_all_together