1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 04:39:01 +00:00

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

@@ -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')),