mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-25 15:11:17 -04:00
move dark mode code from module back to here for now
This commit is contained in:
@@ -21,7 +21,7 @@ export default (env, argv) => {
|
||||
const globalBannerText = `Licensed under MIT. Copyright (c) 2015-${new Date().getFullYear()} Jake Jarvis <https://jarv.is/>.`;
|
||||
|
||||
return {
|
||||
entry: [path.resolve(__dirname, "assets/js/index.js"), path.resolve(__dirname, "assets/sass/main.scss")],
|
||||
entry: [path.resolve(__dirname, "assets/js/main.js"), path.resolve(__dirname, "assets/sass/main.scss")],
|
||||
mode: isProd ? "production" : "development",
|
||||
devtool: isProd ? "source-map" : "inline-source-map",
|
||||
output: {
|
||||
|
Reference in New Issue
Block a user