Files @ e2e6fc598575
Branch filter:

Location: CryptoJS/rollup.config.js

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