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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
(Really loving Sapper, etc.)
package.json:
When building and running in production mode:
NODE_ENV=production npm run build && NODE_ENV=production node server.js
I get an exception thrown on page load (attached and pictured) Sapper-Production-Crash.txt
It seems to be related to the "ExtractTextPlugin":
When manually disabled from the client webpack config the issues disappear.
Removing Component CSS also 'fixes' the issue.
Un-minified exception:
Sapper-Production-Crash-unmin.txt
Unfortunately I don't have much time to look into it further.
Hope this info is helpful.
The text was updated successfully, but these errors were encountered: