Skip to content

Commit

Permalink
Merge pull request #95 from bigbite/hotfix/1.3.0/css-in-js-resolve
Browse files Browse the repository at this point in the history
Set typescript import resolver
  • Loading branch information
ampersarnie authored Aug 21, 2023
2 parents f5f84c2 + 61f15e9 commit 5cb9988
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 128 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
console.log('test frontend');
import '../styles/index.scss';
1 change: 1 addition & 0 deletions example-site/plugins/test-plugin/src/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
body {
color: blue;
background-color: red;
}
3 changes: 3 additions & 0 deletions example-site/plugins/test-plugin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "../../../configs/tsconfig"
}
222 changes: 96 additions & 126 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.2.9",
"eslint-plugin-jsx-a11y": "^6.4.1",
Expand Down
Loading

0 comments on commit 5cb9988

Please sign in to comment.