Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve tilde paths #146

Open
cupcakearmy opened this issue Aug 24, 2020 · 0 comments
Open

Resolve tilde paths #146

cupcakearmy opened this issue Aug 24, 2020 · 0 comments

Comments

@cupcakearmy
Copy link

馃悰 Bug Report

Resolve tilde paths according to https://parceljs.org/module_resolution.html#~-tilde-paths

馃帥 Configuration (.svelterc, package.json, cli command)

No .svelterc

{
  "name": "braze-templates",
  "author": {
    "email": "[email protected]",
    "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

Code sample, example repo

馃實 Your Environment

Svelte version, Parcel version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant