Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created June 22, 2018 16:29
Show Gist options
  • Save lmiller1990/1122000b48e2d665659b3ce3c31ba317 to your computer and use it in GitHub Desktop.
Save lmiller1990/1122000b48e2d665659b3ce3c31ba317 to your computer and use it in GitHub Desktop.
const path = require("path")
module.exports = {
entry: "./src/create-app.js",
output: {
libraryTarget: "commonjs2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment