Skip to content

Commit

Permalink
fix(vite-plugin-angular): remove sass from resolve conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Jan 9, 2023
1 parent b3d643b commit a14df45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function angular(options?: PluginOptions): Plugin[] {
},
},
resolve: {
conditions: ['style', 'sass'],
conditions: ['style'],
},
};
},
Expand Down

0 comments on commit a14df45

Please sign in to comment.