Closed 0Miles closed 7 months ago
After importing any local files in the master.config.ts configuration file, you'll encounter an error during the build, receiving a "Cannot find module" error message.
clone this example repo
git clone https://github.com/0Miles/mastercss-config-cannot-find-module
install node modules
pnpm i
build
pnpm build
then you'll encounter an error: "Cannot find module './styles/example'."
No response
Description
After importing any local files in the master.config.ts configuration file,
you'll encounter an error during the build, receiving a "Cannot find module" error message.
Reproduction
clone this example repo
install node modules
build
then you'll encounter an error: "Cannot find module './styles/example'."
System Informations
No response