Skip to content

Commit 20e9ebc

Browse files
committed
idk
1 parent ce908cb commit 20e9ebc

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

webpack/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path');
22

33
module.exports = {
44
mode: process.env.NODE_ENV === 'production' ? 'production' : 'development',
5-
entry: ['./js/main.js', './scss/main.scss'],
5+
entry: ['../assets/static/js/main.js', '../assets/static/sass/main.scss'],
66
output: {
77
path: path.resolve(__dirname, '../assets/static/gen'),
88
filename: 'script.js',

0 commit comments

Comments
 (0)