Use parcel bundler

This commit is contained in:
Maddison Hellstrom 2018-08-09 14:39:07 -07:00
parent 3dddf88745
commit 9d3249c5a8
3 changed files with 3899 additions and 525 deletions

3
.gitignore vendored
View File

@ -32,8 +32,9 @@ bower_components
# node-waf configuration
.lock-wscript
# Build directory
# Build files
build/
.cache/
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

View File

@ -17,7 +17,8 @@
],
"author": "Maddison Hellstrom",
"license": "MIT",
"dependencies": {
"dependencies": {},
"devDependencies": {
"del": "^3.0.0",
"eslint": "^4.12.1",
"eslint-config-airbnb": "^16.1.0",
@ -27,6 +28,7 @@
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-parcel": "b0o/gulp-parcel#fix-g_options-undefined",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1"
}

4417
yarn.lock

File diff suppressed because it is too large Load Diff