diff --git a/webpack.config.js b/webpack.config.js index 6d72000..edb1f77 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -49,7 +49,7 @@ const blockScssPaths = glob }, {}); const styleScssPaths = glob - .sync('./assets/scss/index.scss', { posix: true, dotRelative: true }) + .sync('./assets/scss/_index.scss', { posix: true, dotRelative: true }) .reduce((acc, filePath) => { const entryKey = 'style'; acc[`css/${entryKey}`] = filePath;