Skip to content

Commit a09ae2d

Browse files
committed
Updated to webpack 4 and added universal build for node and web
1 parent c3ca348 commit a09ae2d

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)