mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Remove angular dependency.
This commit is contained in:
parent
80d0bb7ad2
commit
c306a537b7
4 changed files with 3 additions and 5 deletions
|
@ -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()
|
||||
]
|
||||
}), {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue