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:
@@ -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')),
|
||||
|
||||
Reference in New Issue
Block a user