ソースを参照

Modified PDFEngine for demo transformation

development
Safet Purkovic 4年前
コミット
29c8ac93f2
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      webpack.config.js

+ 1
- 1
webpack.config.js ファイルの表示

@@ -1,6 +1,6 @@
const path = require("path");
module.exports = {
mode: "development",
mode: "production",
entry: "./src/index.js",
output: {
filename: "main.js",

読み込み中…
キャンセル
保存