Files
roll20-character-sheets/GammaWorld3e/webpack.config.js
T
Noel da Costa a13948698b GammaWorld 3e - new sheet (#6388)
* Initial Commit

GammaWorld 3e
This initial commit includes everything necessary to generate the sheet html, css and companion script. Insrtuctions in the README

* Added sheet.json

- Updated README
- added preview png

* Updated paths and sheet.json

PR validation didn't like the html and css in a subfolder.
2020-05-11 11:11:38 -04:00

11 lines
224 B
JavaScript

const path = require("path");
module.exports = {
entry: "./src/api-scripts/companion.js",
output: {
filename: "merged-compendium-companion.js",
path: path.resolve(__dirname, "."),
},
mode: "development",
};