Skip to content

Instantly share code, notes, and snippets.

@cursorial
Created July 16, 2021 17:19
Show Gist options
  • Save cursorial/f4b75f806d5b6563ffefb24ce2b089d2 to your computer and use it in GitHub Desktop.
Save cursorial/f4b75f806d5b6563ffefb24ce2b089d2 to your computer and use it in GitHub Desktop.
const path = require('path')
module.exports = {
entry: './src/index.js',
output: {
filename: 'main.js',
path: path.resolve(__dirname, 'dist')
},
mode: 'development'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment