Browse Source

Deleted src folder

development
Safet Purkovic 4 years ago
parent
commit
b35a2b89b4
3 changed files with 1009 additions and 1 deletions
  1. 0
    0
      index.js
  2. 1008
    0
      package-lock.json
  3. 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")

Loading…
Cancel
Save