@rs-x/cli 2.0.0-next.17 → 2.0.0-next.18
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/bin/rsx.cjs
CHANGED
|
@@ -1826,6 +1826,8 @@ function applyVueDemoStarter(projectRoot, projectName, pm, flags) {
|
|
|
1826
1826
|
|
|
1827
1827
|
const staleVueFiles = [
|
|
1828
1828
|
path.join(projectRoot, 'public'),
|
|
1829
|
+
path.join(projectRoot, 'src/components/HelloWorld.vue'),
|
|
1830
|
+
path.join(projectRoot, 'src/assets'),
|
|
1829
1831
|
];
|
|
1830
1832
|
for (const stalePath of staleVueFiles) {
|
|
1831
1833
|
removeFileOrDirectoryWithDryRun(stalePath, dryRun);
|
package/package.json
CHANGED
package/{rs-x-vscode-extension-2.0.0-next.17.vsix → rs-x-vscode-extension-2.0.0-next.18.vsix}
RENAMED
|
index 866e4f3..6f1fa29 100644
|
|
|
Binary file
|