Skip to content

Commit

Permalink
chore: remove duplicate rule for css in webpack config (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
TCL735 authored Oct 13, 2021
1 parent f317aa1 commit 8982258
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion giraffe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/giraffe",
"version": "2.18.6",
"version": "2.18.7",
"main": "dist/index.js",
"module": "src/index.js",
"license": "MIT",
Expand Down
5 changes: 0 additions & 5 deletions giraffe/webpack.common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ module.exports = {
},
{
test: /\.css$/,
exclude: /leaflet\.css/,
use: [{loader: 'style-loader'}, {loader: 'css-loader'}],
},
{
test: /leaflet\.css/,
use: [{loader: 'style-loader'}, 'css-loader'],
},
{
Expand Down
2 changes: 1 addition & 1 deletion stories/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/giraffe-stories",
"version": "2.18.6",
"version": "2.18.7",
"license": "MIT",
"scripts": {
"lint": "eslint '{src,../giraffe/src}/**/*.{ts,tsx}'",
Expand Down

0 comments on commit 8982258

Please sign in to comment.