1 2 3 4 5 6 7 8
module.exports = { input: 'src/main.js', output: { file: 'dist/main.js', format: 'iife', name: "cryptoJS" } };