thibaud frere commited on
Commit
12c8e4b
·
1 Parent(s): ab70a30

remove analysis

Browse files
Files changed (2) hide show
  1. app/assets/test.txt +0 -0
  2. app/webpack.config.js +1 -8
app/assets/test.txt ADDED
File without changes
app/webpack.config.js CHANGED
@@ -82,14 +82,7 @@ module.exports = {
82
  },
83
  { from: "src/style.css", to: "style.css" },
84
  { from: "src/bibliography.bib", to: "bibliography.bib" },
85
- { from: "src/index.html", to: "index.html" },
86
- {
87
- from: "../analysis/data",
88
- to: "data",
89
- globOptions: {
90
- ignore: ["**/*.json"],
91
- },
92
- },
93
  ],
94
  }),
95
  ],
 
82
  },
83
  { from: "src/style.css", to: "style.css" },
84
  { from: "src/bibliography.bib", to: "bibliography.bib" },
85
+ { from: "src/index.html", to: "index.html" }
 
 
 
 
 
 
 
86
  ],
87
  }),
88
  ],