1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-02-12 15:51:57 +00:00
ansible-playable/webpack.test.js

9 lines
134 B
JavaScript
Raw Normal View History

2017-06-07 17:36:44 +00:00
/**
* Webpack config for tests
*/
module.exports = require('./webpack.make')({
BUILD: false,
TEST: true,
DEV: false
});