aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-08-18 14:05:49 +1000
committerdaurnimator <quae@daurnimator.com>2017-08-18 14:05:49 +1000
commit22220c5992ed660ec6ed805b4275f9ec1378f60c (patch)
tree0328c6cabcf5b828219e8d169aaf5a3bbf252b50 /package.json
parent36f446c3d43a90063962f8af790e7b58b08765f5 (diff)
downloadfengari-22220c5992ed660ec6ed805b4275f9ec1378f60c.tar.gz
fengari-22220c5992ed660ec6ed805b4275f9ec1378f60c.tar.bz2
fengari-22220c5992ed660ec6ed805b4275f9ec1378f60c.zip
webpack.config.js: Use babel-loader instead of babili-webpack-plugin
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 746ed93..f6bb4bb 100644
--- a/package.json
+++ b/package.json
@@ -29,10 +29,12 @@
},
"homepage": "https://github.com/fengari-lua/fengari#readme",
"devDependencies": {
+ "babel-core": "^6.26.0",
+ "babel-loader": "^7.1.1",
+ "babel-preset-env": "^1.6.0",
"faucet": "0.0.1",
"tape": "^2.0.1",
- "babili-webpack-plugin": "^0.0.11",
- "webpack": "^2.5.1"
+ "webpack": "^3.5.5"
},
"dependencies": {
"readline-sync": "^1.4.7",