mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: client: add Command Line
This commit is contained in:
parent
a5229fae06
commit
24fbeec62d
7 changed files with 48 additions and 2 deletions
|
|
@ -93,6 +93,7 @@ module.exports = {
|
|||
[modules + '/cloud']: `${dirModules}/cloud.js`,
|
||||
[modules + '/user-menu']: `${dirModules}/user-menu/index.js`,
|
||||
[modules + '/polyfill']: `${dirModules}/polyfill.js`,
|
||||
[modules + '/command-line']: `${dirModules}/command-line.js`,
|
||||
},
|
||||
output: {
|
||||
filename: '[name].js',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue