Guest User

Untitled

a guest
Jun 13th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. entry: {
  2. // Since we need to load vue in the entry page.
  3. vue: 'vue',
  4. // This is where the `main-content` component is
  5. index: resolve('src/index.js'),
  6. },
  7. output: {
  8. filename: '[name].js',
  9. // Folder where the output of webpack's result go.
  10. path: resolve('dist'),
  11. },
Add Comment
Please, Sign In to add comment