Skip to content

Instantly share code, notes, and snippets.

@hkhc
Created April 30, 2020 02:07
Show Gist options
  • Save hkhc/1568e7c155e881342cd249d14ebaed28 to your computer and use it in GitHub Desktop.
Save hkhc/1568e7c155e881342cd249d14ebaed28 to your computer and use it in GitHub Desktop.
Webpack demo with unicode
const path = require('path');
module.exports = {
entry: './src/main.js',
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist')
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment