Remove angular dependency.

This commit is contained in:
Gunther Brunner
2014-02-18 19:49:17 +09:00
parent 80d0bb7ad2
commit c306a537b7
4 changed files with 3 additions and 5 deletions

View File

@@ -37,6 +37,9 @@ module.exports = webpackMiddleware(webpack({
new webpack.ResolverPlugin(
new webpack.ResolverPlugin.DirectoryDescriptionFilePlugin('.bower.json', ['main'])
)
// new webpack.ProvidePlugin({
// angular: 'angular'
// })
//new webpack.optimize.UglifyJsPlugin()
]
}), {