4ff9619837
* install mocha-webpack. also switch hark to npm version instead of github version * well, mocha-webpack runs * add jsdom for tests * upgrade to webpack 2 * fix npm run test errors * ImportDialogBox component tests
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
const config = require('./webpack.config')
|
|
|
|
config.target = 'node'
|
|
|
|
module.exports = config
|