mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Refactoring to use Google Angular Best Practices.
This commit is contained in:
@@ -6,7 +6,8 @@ var pathutil = require('../util/pathutil')
|
||||
module.exports = webpackMiddleware(webpack({
|
||||
cache: true,
|
||||
debug: true,
|
||||
devtool: 'eval-source-map',
|
||||
// devtool: 'eval-source-map',
|
||||
devtool: 'eval',
|
||||
entry: pathutil.resource('app') + '/app.js',
|
||||
output: {
|
||||
path: '/static/build/',
|
||||
|
||||
Reference in New Issue
Block a user