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:
parent
6392ee6d1a
commit
053ef7d626
3 changed files with 4 additions and 1 deletions
2
build/classcharts-api.js
Normal file
2
build/classcharts-api.js
Normal file
File diff suppressed because one or more lines are too long
1
build/classcharts-api.map
Normal file
1
build/classcharts-api.map
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue