Skip to content

Commit

Permalink
move SCSS from Resources/Public into Build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBruchmann authored and Philipp Kuhlmay committed Apr 5, 2024
1 parent b43a95e commit 20b44ad
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack/webpack.common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const TerserPlugin = require('terser-webpack-plugin');

module.exports = {
entry: {
styles: './Resources/Public/Scss/index.scss',
styles: './Build/Scss/index.scss',
main: './Build/Sources/index.js',
},
externals: {},
Expand Down

0 comments on commit 20b44ad

Please sign in to comment.