Closed jkup closed 10 years ago
When I git clone the project and run the testing commands ( npm install; npm run build; npm run build-test ) I get this error:
error · Error: Cannot find module './index.css' from '/Users/jkuperman/htdocs/base/test'
If I change the import path in test/test.css to be '../index.css' instead of './index.css' it seems to work. Just not sure if that's the right move.
yeah this is because of a change in a dep in the preprocessor, i'll fix
When I git clone the project and run the testing commands ( npm install; npm run build; npm run build-test ) I get this error:
error · Error: Cannot find module './index.css' from '/Users/jkuperman/htdocs/base/test'
If I change the import path in test/test.css to be '../index.css' instead of './index.css' it seems to work. Just not sure if that's the right move.