UNPKG

polendina

Version:

Non-UI browser testing for JavaScript libraries from the command-line

6 lines (4 loc) 115 B
const webpack = require('webpack') module.exports = { plugins: [new webpack.DefinePlugin({ WOOP: '"woop"' })] }