Skip to content

Commit a43f36c

Browse files
committed
fix module name
1 parent ec7e1b5 commit a43f36c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build/rollup.config.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
const path = require('path');
22
const pkg = require('../package.json');
3-
const resolve = require('rollup-plugin-node-resolve');
4-
// const commonjs = require('rollup-plugin-commonjs');
5-
// const babel = require('rollup-plugin-babel');
6-
// const json = require('rollup-plugin-json');
3+
74

85
const banner = `/*
96
@license
@@ -23,7 +20,7 @@ module.exports = {
2320
output: {
2421
file: uniqResolve('../lib/index.js'),
2522
format: 'umd',
26-
name: 'crypto',
23+
name: 'CryptoJS',
2724
banner
2825
}
2926
}

0 commit comments

Comments
 (0)