Open ravecat opened 7 years ago
Hello! Nice work, but I have problem with import pug-template.
I used "import "./**/*.pug" in my entry point and ive got error after start webpack
"import "./**/*.pug"
Module not found: Error: Cannot resolve 'file' or 'directory' ./**/*.pug in {my_frontend_directory}
Where am I wrong?
Hello! Nice work, but I have problem with import pug-template.
I used
"import "./**/*.pug"
in my entry point and ive got error after start webpackModule not found: Error: Cannot resolve 'file' or 'directory' ./**/*.pug in {my_frontend_directory}
Where am I wrong?