gant-core 0.1.29 → 0.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cli/index.js +1 -2
- package/lib/cli/index.js.map +1 -1
- package/lib/index.d.ts +4 -2
- package/lib/index.js +22 -17
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/cli/index.js
CHANGED
|
@@ -6737,7 +6737,6 @@ function main$4(type = 'development') {
|
|
|
6737
6737
|
console.log('change config --->', path);
|
|
6738
6738
|
webpack.devServer?.stopCallback(() => {
|
|
6739
6739
|
userConfig = configManager.getUserConfig();
|
|
6740
|
-
console.log('userConfig--->', userConfig.routes);
|
|
6741
6740
|
webpack = new Webpack(userConfig, cwd, type);
|
|
6742
6741
|
generateGant(userConfig, cwd);
|
|
6743
6742
|
webpack.runServer({ open: false });
|
|
@@ -48724,7 +48723,7 @@ const createCwdConfig = (cwd, name, vue) => {
|
|
|
48724
48723
|
};
|
|
48725
48724
|
|
|
48726
48725
|
var name = "gant-core";
|
|
48727
|
-
var version = "0.1.
|
|
48726
|
+
var version = "0.1.30";
|
|
48728
48727
|
var description = "";
|
|
48729
48728
|
var main = "lib/index.js";
|
|
48730
48729
|
var bin = {
|