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