mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-13 01:51:53 +00:00
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
|
/**
|
||
|
* Webpack config for builds
|
||
|
*/
|
||
|
module.exports = require('./webpack.make')({
|
||
|
BUILD: true,
|
||
|
TEST: false,
|
||
|
DEV: false
|
||
|
});
|