Skip to content
Snippets Groups Projects
webpack.config.js 67 B
Newer Older
module.exports = {
  output: {
    filename: "augmentile.js"
  }
}