Skip to content

Commit 840d21d

Browse files
authored
Merge pull request #37 from linux-nerd/feature/#31_upgrade_to_webpack_v4
Updated to webpack 4 and added universal build for node and web
2 parents c3ca348 + a09ae2d commit 840d21d

File tree

4 files changed

+12633
-6124
lines changed

4 files changed

+12633
-6124
lines changed

.eslintrc

+7
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,12 @@
2525
"plugins": [],
2626
"rules": {
2727
// ... lots of lots of rules here
28+
},
29+
"parserOptions": {
30+
"ecmaVersion": 6,
31+
"sourceType": "module",
32+
"ecmaFeatures": {
33+
"modules": true
34+
}
2835
}
2936
}

0 commit comments

Comments
 (0)