mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 15:53:23 +02:00
Starting to add build targets for common status page.
This commit is contained in:
12
res/common/status/webpack.config.js
Normal file
12
res/common/status/webpack.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
var pathutil = require('./../../../lib/util/pathutil')
|
||||
var options = require('./../../../webpack.config.js')
|
||||
var _ = require('lodash')
|
||||
|
||||
module.exports = _.defaults(options, {
|
||||
entry: pathutil.resource('common/status/scripts/entry.js'),
|
||||
output: {
|
||||
path: pathutil.resource('build'),
|
||||
publicPath: '/static/build/',
|
||||
filename: 'bundle-status.js'
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user