Skip to content

Commit

Permalink
#2411 - Ignore dist/index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleicul committed Apr 14, 2023
1 parent 7b66616 commit fe4cd78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ export default defineConfig({
},
resolve: {
alias: [
{
find: 'ketcher-react/dist/index.css',
customResolver: () => null
},
{
find: 'ketcher-react',
replacement: resolve(
Expand Down

0 comments on commit fe4cd78

Please sign in to comment.