Open experimatt opened 6 years ago
src
app
test
spec
Per sampson, add this to the webpack config to fix the sass loader
{ test: /\.scss$/, include: paths.appSrc, loaders: ["style-loader", "css-loader", "sass-loader"] },
src
folder toapp
& update referencestest
folder tospec
& update references