Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
brwong
/
microtables
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
7fe52628c7
Gałęzie
Tagi
master
reframe-frontend
microtables
/
old-frontend
/
webpack.config.js
webpack.config.js
112 B
Historia
Czysty
1
2
3
4
5
6
7
module.exports = {
entry: './src/js/index.js',
output: {
filename: 'index.bundle.js',
},
};