mizziness / craft3-webpack5-tailwind2-boilerplate

A real-world boilerplate for Craft CMS 3 projects that leverages Wepback 5, Tailwind 2, PostCSS 8, and has a hot-reload dev environment. Now with dynamic imports, asynchronous chunk loading, and legacy vs modern browser support!
MIT License
45 stars 11 forks source link

ReferenceError: WatchExternalFilesPlugin is not defined #2

Closed deanfields closed 3 years ago

deanfields commented 3 years ago

I am getting the error that this is not defined, I don't see any other code related to this other than in webpack.dev where the plugin is setup

mizziness commented 3 years ago

@deanfields Funnily enough, I was setting up reloading for other files (your other question) for a future release and left it in by accident :) Thanks! This is fixed.