fix(build): add package.json again to the copy files for js
This commit is contained in:
parent
dbffa88dc2
commit
c63b3164bd
|
@ -154,7 +154,7 @@ var CONFIG = {
|
||||||
cjs: {
|
cjs: {
|
||||||
src: [
|
src: [
|
||||||
'modules/**/*.md', '!modules/**/*.dart.md', 'modules/**/*.png',
|
'modules/**/*.md', '!modules/**/*.dart.md', 'modules/**/*.png',
|
||||||
'modules/**/*.cjs'
|
'modules/**/*.cjs', 'modules/**/package.json'
|
||||||
],
|
],
|
||||||
pipes: {
|
pipes: {
|
||||||
'**/*.cjs': gulpPlugins.rename({extname: '.js'}),
|
'**/*.cjs': gulpPlugins.rename({extname: '.js'}),
|
||||||
|
|
Loading…
Reference in New Issue