Replies: 1 comment 2 replies
-
This issue should be fixed in the latest plugin version, and was caused by a bad import rewrite of non-JS imports into something like "import logo .svg;" |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Used with node v12.16.1 and yarn 1.22.4
Configured webpack:
snowpack.config.js
On
yarn build
I get:Commenting out that logo and including some css in src folder I don't see it outputted to the
build/css
folder. The webpack config is using the extract css plugin and a generic rule.When I setup a week ago with
"@snowpack/app-scripts-react": "^1.6.0-alpha.0",
"@snowpack/plugin-webpack": "1.6.0-alpha.0"
and"snowpack": "^2.6.4",
everything will workThanks
Beta Was this translation helpful? Give feedback.
All reactions