Guest User

Untitled

a guest
Mar 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. module.exports = {
  2. ...
  3. context: path.join(__dirname, './'),
  4. plugins: [
  5. new CopyWebpackPlugin([
  6. { from: '옳길 파일 또는 디렉토리', to: '대상디렉토리'}
  7. //{ from: './index.html', to: '../'}
  8. ])
  9. ]
  10. }
Add Comment
Please, Sign In to add comment