Update webpack2 beta

This commit is contained in:
Paulus Schoutsen 2016-06-11 18:05:44 -07:00
parent 168cdb80ec
commit 19eb3fa193
2 changed files with 5 additions and 5 deletions

View File

@ -21,20 +21,20 @@
"license": "MIT",
"dependencies": {
"classnames": "^2.2.5",
"home-assistant-js": "git+https://github.com/home-assistant/home-assistant-js.git#944b1bf02ed371e8cd657a37dc4efeb1fd51df71",
"home-assistant-js": "git+https://github.com/home-assistant/home-assistant-js.git#261d260ba185b384632f7db9058ef436ecdcb97f",
"moment": "^2.13.0"
},
"devDependencies": {
"babel-core": "^6.8",
"babel-core": "^6.9",
"babel-loader": "^6.2",
"babel-preset-es2015-webpack": "^6.4.1",
"bower": "^1.7.9",
"eslint": "^2.9.0",
"eslint": "^2.12.0",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.7.0",
"html-minifier": "^2.1.3",
"sw-precache": "^3.2.0",
"vulcanize": "^1.14.8",
"webpack": "^2.1.0-beta.7"
"webpack": "^2.1.0-beta.13"
}
}

View File

@ -1,5 +1,5 @@
var path = require('path');
var webpack = require("webpack");
var webpack = require('webpack');
var definePlugin = new webpack.DefinePlugin({
__DEV__: JSON.stringify(JSON.parse(process.env.BUILD_DEV || 'true')),