Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
brwong
/
microtables
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
e4147ec817
Větve
Značky
master
reframe-frontend
microtables
/
frontend
/
webpack.config.js
webpack.config.js
112 B
Historie
Surový
1
2
3
4
5
6
7
module.exports = {
entry: './src/js/index.js',
output: {
filename: 'index.bundle.js',
},
};