mirror of https://github.com/Kylart/KawAnime.git
Got rid of public folder for assets folder
This commit is contained in:
parent
d11d864e16
commit
4fe2c9bdc3
|
@ -4,7 +4,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title>KawAnime</title>
|
||||
</head>
|
||||
<body>
|
|
@ -17,6 +17,7 @@ const getAllFiles = (dir) =>
|
|||
}, [])
|
||||
|
||||
module.exports = {
|
||||
indexPath: path.resolve(__dirname, 'src', 'assets', 'index.html'),
|
||||
configureWebpack: {
|
||||
devtool: 'source-map'
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue