Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
feat(webpack_config/client/webpack.base.js): add more style extension…
Browse files Browse the repository at this point in the history
… to resolve
  • Loading branch information
Metnew committed Aug 10, 2017
1 parent c5fce67 commit 25eaced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack_config/client/webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const baseBuild = {
resolve: {
alias: isomorphicWebpackConfig.resolve.alias,
modules: isomorphicWebpackConfig.resolve.modules,
extensions: isomorphicWebpackConfig.resolve.extensions.concat(['.css', '.scss'])
extensions: isomorphicWebpackConfig.resolve.extensions.concat(['.css', '.scss', '.sass'])
},
module: {
rules: isomorphicWebpackConfig.module.rules.concat([
Expand Down

0 comments on commit 25eaced

Please sign in to comment.