mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Added back new screen directive.
This commit is contained in:
@@ -33,7 +33,7 @@ var webpackConfig = webpackMiddleware(webpack({
|
||||
{ test: /oboe-browser\.js/, loader: 'imports?define=>false!exports?oboe'}
|
||||
],
|
||||
noParse: [
|
||||
pathutil.resource('lib')
|
||||
// pathutil.resource('lib')
|
||||
]
|
||||
},
|
||||
plugins: [
|
||||
@@ -43,7 +43,7 @@ var webpackConfig = webpackMiddleware(webpack({
|
||||
new webpack.ResolverPlugin(
|
||||
new webpack.ResolverPlugin.DirectoryDescriptionFilePlugin('.bower.json', ['main'])
|
||||
)
|
||||
//new webpack.optimize.UglifyJsPlugin()
|
||||
//new webpack.optimize.UglifyJsPlugin({mangle: false})
|
||||
]
|
||||
}), {
|
||||
noInfo: false,
|
||||
|
||||
Reference in New Issue
Block a user