Added back new screen directive.

This commit is contained in:
Gunther Brunner
2014-02-19 21:40:37 +09:00
parent 86a42639a1
commit a2a00736b6
4 changed files with 35 additions and 9 deletions

View File

@@ -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,