Skip to content

Commit 42290ec

Browse files
committed
Move index.js and index.scss to special folders
1 parent 6a99399 commit 42290ec

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import "@justinribeiro/lite-youtube";
2-
import "./index.scss";
2+
import "../scss/index.scss";
File renamed without changes.

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const isDev = process.env.NODE_ENV === "development";
88
module.exports = {
99
context: path.resolve(__dirname, "src"),
1010
mode: "development",
11-
entry: { main: "./pages/index.js" },
11+
entry: { main: "./scripts/index.js" },
1212
output: {
1313
filename: "[name].[contenthash].js",
1414
path: path.resolve(__dirname, "dist"),

0 commit comments

Comments
 (0)