1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

fix: build for prod

This commit is contained in:
James Cook 2022-03-24 18:58:20 +00:00
parent 6392ee6d1a
commit 053ef7d626
3 changed files with 4 additions and 1 deletions

2
build/classcharts-api.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -3,7 +3,7 @@
const path = require("path"); const path = require("path");
module.exports = { module.exports = {
mode: "development", mode: "production",
entry: "./src/index", entry: "./src/index",
devtool: "source-map", devtool: "source-map",
module: { module: {