Skip to content

Commit b2a877b

Browse files
committed
setup parcel for bundling
1 parent a293980 commit b2a877b

26 files changed

+3927
-390
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ module.exports = {
77
overrides: [
88
],
99
parserOptions: {
10-
ecmaVersion: 'latest'
10+
ecmaVersion: 'latest',
11+
sourceType: 'module'
1112
},
1213
rules: {
1314
}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules/
22
.DS_Store
3+
.parcel-cache
4+
dist/

builder.js

Whitespace-only changes.

index.html

Lines changed: 0 additions & 224 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)