terpiljenya / import-glob

ES6 import with glob patterns (preloader for Webpack)
57 stars 28 forks source link

Problem with import pug-template #6

Open ravecat opened 7 years ago

ravecat commented 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

Module not found: Error: Cannot resolve 'file' or 'directory' ./**/*.pug in {my_frontend_directory}

Where am I wrong?