change gulp to mjs
This commit is contained in:
parent
168c0c5caf
commit
75314d92c9
7 changed files with 456 additions and 268 deletions
7
gulpfile.mjs
Normal file
7
gulpfile.mjs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import updateVendor from './gulp/update-vendor.mjs';
|
||||
import publishFrontend from './gulp/publish-frontend.mjs';
|
||||
|
||||
export {
|
||||
updateVendor,
|
||||
publishFrontend,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue