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.
webpack-dev-server
1 parent 4636048 commit 01a4fb1Copy full SHA for 01a4fb1
package.json
@@ -63,7 +63,7 @@
63
"react-tools": "0.13.3",
64
"sass-loader": "1.0.2",
65
"style-loader": "0.12.3",
66
- "webpack-dev-server": "1.9.0"
+ "webpack-dev-server": "1.10.1"
67
},
68
"jest": {
69
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
server/views/layout.ejs
@@ -7,7 +7,7 @@
7
<%- body %>
8
9
<% if (env.production) { %>
10
- <script async src="<%= env.assets.main %>"></script>
+ <script async src="<%= env.assets.main.js %>"></script>
11
<% } else { %>
12
<script src="http://localhost:3000/client/main.js"></script>
13
<% } %>
0 commit comments