Please enable JavaScript in your browser!
Головна сторінка
Огляд
Довідка
Увійти
brwong
/
microtables
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Дерево:
ad1a998586
Гілки
Теги
master
reframe-frontend
microtables
/
frontend
/
webpack.config.js
webpack.config.js
112 B
Історія
Запис
1
2
3
4
5
6
7
module.exports = {
entry: './src/js/index.js',
output: {
filename: 'index.bundle.js',
},
};