1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

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()
]
}), {