Skip to content
Snippets Groups Projects
Commit e2bce213 authored by Martin Lowe's avatar Martin Lowe :flag_ca: Committed by Martin Lowe
Browse files

Update to webpack to remove babel calls from main script (causes issues)


Signed-off-by: Martin Lowe's avatarMartin Lowe <martin.lowe@eclipse-foundation.org>
parent ebe8525a
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -23,7 +23,7 @@
},
"dependencies": {
"chai": "^4.2.0",
"eclipsefdn-hugo-solstice-theme": "0.0.112",
"eclipsefdn-hugo-solstice-theme": "0.0.114",
"js-yaml": "^3.13.1",
"json-minify": "^1.0.0",
"jsonlint": "^1.6.3",
......
......@@ -19,7 +19,7 @@ mix.setResourceRoot('../');
mix.less('./less/styles.less', './static/assets/css/styles.css');
// JavaScript
mix.babel([
mix.scripts([
'./node_modules/jquery/dist/jquery.min.js',
'./node_modules/bootstrap/dist/js/bootstrap.min.js',
'./node_modules/jquery-match-height/dist/jquery.matchHeight-min.js',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment