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
Deleted src folder
development
Safet Purkovic
4 years ago
parent
29c8ac93f2
commit
b35a2b89b4
3 changed files
with
1009 additions
and
1 deletions
Split View
Show Diff Stats
0
0
index.js
1008
0
package-lock.json
1
1
webpack.config.js
src/index.js → index.js
View File
+ 1008
- 0
package-lock.json
File diff suppressed because it is too large
View File
+ 1
- 1
webpack.config.js
View File
@@ -1,7 +1,7 @@
const path = require("path");
module.exports = {
mode: "production",
entry: "./
src/
index.js",
entry: "./index.js",
output: {
filename: "main.js",
path: path.resolve(__dirname,"./dist")
Write
Preview
Loading…
Cancel
Save