Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. const path = require('path');
  2. const AEMFrontPlugin = require(path.join(__dirname, './webpack.plugin.aem-front.js'));
  3.  
  4. //... your Webpack configuration ...
  5.  
  6. plugins: [
  7. new AEMFrontPlugin({
  8. exclude: '**/webpack.module/**',
  9. watchDir: './../'
  10. }),
  11. ],
  12.  
  13. //...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement