|
|
@ -19,11 +19,11 @@ module.exports = { |
|
|
|
// configuration
|
|
|
|
// configuration
|
|
|
|
context: __dirname, |
|
|
|
context: __dirname, |
|
|
|
entry: { |
|
|
|
entry: { |
|
|
|
main_js: './js/main', |
|
|
|
main_js: './assets/js/main', |
|
|
|
main_css: [ |
|
|
|
main_css: [ |
|
|
|
'./node_modules/font-awesome/css/font-awesome.css', |
|
|
|
'./node_modules/font-awesome/css/font-awesome.css', |
|
|
|
'./node_modules/bootstrap/dist/css/bootstrap.css', |
|
|
|
'./node_modules/bootstrap/dist/css/bootstrap.css', |
|
|
|
'./css/style.css' |
|
|
|
'./assets/css/style.css' |
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|
output: { |
|
|
|
output: { |
|
|
|