Add file loader initialization for html

parent 75332e90
......@@ -4,3 +4,9 @@ import './js/toggleMenu'
import './js/slider'
import './css/main.css'
import './scss/main.scss'
// import all html files
require('file-loader?name=[name].[ext]!../index.html')
require('file-loader?name=[path][name].[ext]!../de/index.html')
require('file-loader?name=[path][name].[ext]!../en/index.html')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment