mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): rename umd bundle to be a valid variable
This commit is contained in:
@@ -37,7 +37,7 @@ task('release.createUmdBundle', (done: Function) => {
|
||||
}).then((bundle) => {
|
||||
return bundle.write({
|
||||
format: 'umd',
|
||||
moduleName: 'umd-bundle',
|
||||
moduleName: 'ionicBundle',
|
||||
dest: `${DIST_BUNDLE_ROOT}/ionic.umd.js`
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user