File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
examples/web/tools/webpack Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ module.exports = function html(templateParams) {
1212 <title>${ name } example</title>
1313 </head>
1414 <body>
15- <div id='app'></div>
16- <script src="/build/library.js" type="text/javascript"></script>
15+ <div id='app'></div>>
1716 </body>
1817 </html>` ;
1918} ;
Original file line number Diff line number Diff line change 5050 "babel-preset-stage-3" : " 6.17.0" ,
5151 "babel-register" : " 6.18.0" ,
5252 "codecov" : " 1.0.1" ,
53- "cross-env" : " 3.1.3 " ,
53+ "cross-env" : " 3.1.4 " ,
5454 "eslint" : " 3.12.2" ,
5555 "eslint-config-airbnb" : " 13.0.0" ,
5656 "eslint-plugin-flowtype" : " 2.29.2" ,
Original file line number Diff line number Diff line change @@ -1252,9 +1252,9 @@ create-hmac@^1.1.0, create-hmac@^1.1.2:
12521252 create-hash "^1.1.0"
12531253 inherits "^2.0.1"
12541254
1255- cross-env@3.1.3 :
1256- version "3.1.3 "
1257- resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-3.1.3 .tgz#58cd8231808f50089708b091f7dd37275a8e8154 "
1255+ cross-env@3.1.4 :
1256+ version "3.1.4 "
1257+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-3.1.4 .tgz#56e8bca96f17908a6eb1bc2012ca126f92842130 "
12581258 dependencies :
12591259 cross-spawn "^3.0.1"
12601260
You can’t perform that action at this time.
0 commit comments