Guest User

Untitled

a guest
Feb 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. output: {
  2. filename: '[name]-[hash:6].min.js',
  3. path: BUILD_DIR + '/js'
  4. },
  5.  
  6.  
  7. new ExtractTextPlugin({
  8. filename: "../css/style-[hash:6].min.css",
  9. disable: false,
  10. allChunks: true
  11. }),
Add Comment
Please, Sign In to add comment