1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-02-12 16:31:53 +00:00
ansible-playable/webpack.dev.js

9 lines
140 B
JavaScript
Raw Permalink Normal View History

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