Skip to content

Commit

Permalink
feat: remve useless code change
Browse files Browse the repository at this point in the history
Signed-off-by: suzhou <[email protected]>
  • Loading branch information
SuZhou-Joe committed Feb 15, 2023
1 parent 3b087fe commit d80b42e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/osd-ui-shared-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"css-loader": "^5.2.7",
"del": "^6.1.1",
"file-loader": "^6.2.0",
"loader-utils": "^2.0.4",
"val-loader": "^2.1.2",
"webpack": "^4.41.5"
Expand Down
4 changes: 0 additions & 4 deletions packages/osd-ui-shared-deps/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ exports.getWebpackConfig = ({ dev = false } = {}) => ({
test: /\.css$/,
use: [MiniCssExtractPlugin.loader, 'css-loader'],
},
{
test: /\.ttf$/,
use: ['file-loader'],
},
{
include: [require.resolve('./theme.ts')],
use: [
Expand Down

0 comments on commit d80b42e

Please sign in to comment.