Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
brwong
/
microtables
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
74e21b7631
Ramas
Etiquetas
master
reframe-frontend
microtables
/
old-frontend
/
webpack.config.js
webpack.config.js
112 B
Histórico
Raw
1
2
3
4
5
6
7
module.exports = {
entry: './src/js/index.js',
output: {
filename: 'index.bundle.js',
},
};