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

const path = require("path"); const path = require("path");
module.exports = { module.exports = {
mode: "production", mode: "production",
entry: "./src/index.js",
entry: "./index.js",
output: { output: {
filename: "main.js", filename: "main.js",
path: path.resolve(__dirname,"./dist") path: path.resolve(__dirname,"./dist")

Loading…
Cancel
Save