We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using packages/template and upgrade
"devDependencies": { "@pyoner/svelte-ts-preprocess": "^1.2.1", "npm-run-all": "^4.1.5", "rollup": "^1.24.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-livereload": "^1.0.4", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-svelte": "^5.1.0", "rollup-plugin-terser": "^5.1.2", "rollup-plugin-typescript2": "0.24.3", "svelte": "^3.12.1", "typescript": "^3.6.4" }, "dependencies": { "sirv-cli": "^0.4.4" },
then npm run build throw Error: Could not resolve './store' from src\App.svelte
The text was updated successfully, but these errors were encountered:
The problem is rollup-plugin-typescript2 : 0.24.3
Sorry, something went wrong.
@sysmat the problem has been fixed see #15 (comment)
No branches or pull requests
When using packages/template and upgrade
then npm run build throw Error: Could not resolve './store' from src\App.svelte
The text was updated successfully, but these errors were encountered: