We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm run docs
1 parent 326fc99 commit f1e84bcCopy full SHA for f1e84bc
1 file changed
docs/server.js
@@ -19,6 +19,7 @@ if (development) {
19
20
webpackConfig.output.path = '/';
21
webpackConfig.output.publicPath = undefined;
22
+ webpackConfig.module.noParse = /babel-core\/browser/;
23
24
app = app
25
.use(webpackMiddleware(webpack(webpackConfig), {
0 commit comments