You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything was working perfectly until today when I could no longer build the electron app (npm start). The postcss.config.js file exists in the root of the project as does the svelte.config.js
The postcss-load-config is also correctly installed as a dev dependency.
The only conceivable change made to my dev environment in the past month has been updating my MacOS to 10.15.6
[svelte-preprocess] PostCSS configuration was not passed. If you expect to load it from a file, make sure to install "postcss-load-config" and try again ʕ•ᴥ•ʔ
Expected behavior
To be able to build my electron app with the styles correctly applied.
Information about your project:
Your browser and the version: Electron 8.4.1
Your operating system: MacOS 10.15.6
Node version: 13.5.0
svelte-preprocess version: 3.9.12
Whether your project uses Webpack or Rollup: Neither. We use Parcel
The text was updated successfully, but these errors were encountered:
Hey @saaduw 👋 svelte-preprocess was accidentally suppressing all kinds of errors and displaying that message. I've changed this behavior in 4.3.2 and, if the issue still exists, you should be able to see the correct error appearing.
Describe the bug
Working on a Electron project (using Svelte) + TailwindCSS with the help of PostCSS. (Used the guidelines here to get Tailwind working with Svelte: https://dev.to/sarioglu/using-svelte-with-tailwindcss-a-better-approach-47ph)
Everything was working perfectly until today when I could no longer build the electron app (
npm start
). Thepostcss.config.js
file exists in the root of the project as does the svelte.config.jsThe
postcss-load-config
is also correctly installed as a dev dependency.The only conceivable change made to my dev environment in the past month has been updating my MacOS to 10.15.6
svelte.config.js
postcss.config.js
Logs
Expected behavior
To be able to build my electron app with the styles correctly applied.
Information about your project:
Your browser and the version: Electron 8.4.1
Your operating system: MacOS 10.15.6
Node version: 13.5.0
svelte-preprocess
version: 3.9.12Whether your project uses Webpack or Rollup: Neither. We use Parcel
The text was updated successfully, but these errors were encountered: