Description
At the moment, the build script yarn build itself seem to be running without errors but there are issues in the generated build. Most notably:
The scoped import in src/styles/_base.scss doesn't import properly in the build. This import statement creates a string @import"~normalize.css"; in the compliled dist/css/style.css file instead of actually importing the styles.
There might be other issues in the build as well that are not yet discovered. At this time, before the build issues are fixed, we will probably need to go through a series of manual steps when publishing new builds.
Description
At the moment, the build script
yarn builditself seem to be running without errors but there are issues in the generated build. Most notably:The scoped import in
src/styles/_base.scssdoesn't import properly in the build. This import statement creates a string@import"~normalize.css";in the complileddist/css/style.cssfile instead of actually importing the styles.There might be other issues in the build as well that are not yet discovered. At this time, before the build issues are fixed, we will probably need to go through a series of manual steps when publishing new builds.