This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
stefan.stamenovic
/
PDFEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Modified PDFEngine for demo transformation
development
Safet Purkovic
4 years ago
parent
00b0efdc69
commit
29c8ac93f2
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
webpack.config.js
+ 1
- 1
webpack.config.js
View File
@@ -1,6 +1,6 @@
const path = require("path");
module.exports = {
mode: "
development
",
mode: "
production
",
entry: "./src/index.js",
output: {
filename: "main.js",
Write
Preview
Loading…
Cancel
Save