Skip to content

Commit 72f909f

Browse files
committed
Renamed CNCController to CNCJSController
1 parent fea400d commit 72f909f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = [
1111
path: path.join(__dirname, 'dist'),
1212
filename: `${pkg.name}-${pkg.version}.js`,
1313
libraryTarget: 'umd',
14-
library: 'CNCController'
14+
library: 'CNCJSController'
1515
},
1616
plugins: [
1717
new webpack.BannerPlugin(banner)

0 commit comments

Comments
 (0)