Skip to content

Instantly share code, notes, and snippets.

@clw8
Created April 1, 2020 15:06
Show Gist options
  • Save clw8/af097157aad8e18b923e11e36914f423 to your computer and use it in GitHub Desktop.
Save clw8/af097157aad8e18b923e11e36914f423 to your computer and use it in GitHub Desktop.
const path = require('path');
module.exports = {
entry: './src/js/app.js',
output: {
filename: 'app.js',
path: path.resolve(__dirname, 'public'),
},
watch: true,
mode: process.env.NODE_ENV
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment