Skip to content

Instantly share code, notes, and snippets.

@SuryaSankar
Created April 3, 2021 08:00
Show Gist options
  • Save SuryaSankar/79718b5a89f03a9b129d3c8557e383d4 to your computer and use it in GitHub Desktop.
Save SuryaSankar/79718b5a89f03a9b129d3c8557e383d4 to your computer and use it in GitHub Desktop.
const path = require('path');
module.exports = {
mode: 'development',
entry: './src/index.js',
output: {
filename: 'mylistree.js',
path: path.resolve(__dirname, 'dist')
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment