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 charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
||||||
<title>KawAnime</title>
|
<title>KawAnime</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
|
@ -17,6 +17,7 @@ const getAllFiles = (dir) =>
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
indexPath: path.resolve(__dirname, 'src', 'assets', 'index.html'),
|
||||||
configureWebpack: {
|
configureWebpack: {
|
||||||
devtool: 'source-map'
|
devtool: 'source-map'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue