mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(): copy.libs before CJS bundle task
This commit is contained in:
@ -147,7 +147,7 @@ gulp.task('bundle', ['bundle.cjs', 'bundle.system']);
|
|||||||
/**
|
/**
|
||||||
* Creates CommonJS bundle from Ionic source files.
|
* Creates CommonJS bundle from Ionic source files.
|
||||||
*/
|
*/
|
||||||
gulp.task('bundle.cjs', ['transpile'], function(done){
|
gulp.task('bundle.cjs', ['transpile', 'copy.libs'], function(done){
|
||||||
var config = require('./scripts/npm/ionic.webpack.config.js');
|
var config = require('./scripts/npm/ionic.webpack.config.js');
|
||||||
bundle({ config: config, stats: true });
|
bundle({ config: config, stats: true });
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user