buendias-dev
Results
1
comments of
buendias-dev
You can use webpack-watch-external-files-plugin ``` const WatchExternalFilesPlugin = require('webpack-watch-external-files-plugin'); ... plugins: [ new WatchExternalFilesPlugin({ files: [ './src/partials/**/*' ] }), ... ```