We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm run docs
1 parent 326fc99 commit f1e84bcCopy full SHA for f1e84bc
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