We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Resolve tilde paths according to https://parceljs.org/module_resolution.html#~-tilde-paths
No .svelterc
.svelterc
{ "name": "braze-templates", "author": { "email": "hi@nicco.io", "name": "Niccolo Borgioli", "url": "https://nicco.io" }, "private": true, "version": "0.0.1", "scripts": { "start": "node helper.js", "build:app": "parcel build app/client/index.html --target electron -d app/client/dist --public-url .", "pack:macos": "yarn run build:app && electron-builder --macos" }, "main": "./app/server.js", "browserslist": [ "last 1 chrome versions", "last 1 safari versions" ], "build": { "appId": "com.lovoo.braze.templates" }, "files": [ "app", "templates" ], "devDependencies": { "@fullhuman/postcss-purgecss": "^2.3.0", "argparse": "^2.0.0", "electron": "^9.2.1", "electron-builder": "^22.8.0", "enquirer": "^2.3.6", "parcel-plugin-svelte": "^4.0.6", "svelte": "^3.24.1" }, "dependencies": { "archiver": "^5.0.0", "chota": "^0.8.0", "electron-context-menu": "^2.3.0", "electron-window-state": "^5.0.3", "glob": "^7.1.6", "mustache": "^4.0.1", "parcel-bundler": "^1.12.4", "serve-handler": "^6.1.3", "shelljs": "^0.8.4", "svelte-chota": "^1.7.1", "tailwindcss": "^1.7.1" } }
Svelte config, parcel config, command, ...
Code sample, example repo
Svelte version, Parcel version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
Resolve tilde paths according to https://parceljs.org/module_resolution.html#~-tilde-paths
🎛 Configuration (.svelterc, package.json, cli command)
No
.svelterc
Svelte config, parcel config, command, ...
💻 Code Sample
Code sample, example repo
🌍 Your Environment
Svelte version, Parcel version
The text was updated successfully, but these errors were encountered: