Skip to content

Commit

Permalink
chore(build): upgrade less-loader (#19703)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud authored and michael-s-molina committed Aug 30, 2022
1 parent 5a3bb82 commit 52e1349
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ under the License.
- [#21018](https://github.com/apache/superset/pull/21018) perf: Memoize the common_bootstrap_payload (@bkyryliuk)
- [#20974](https://github.com/apache/superset/pull/20974) perf: Implement model specific lookups by id to improve performance (@bkyryliuk)
- [#20273](https://github.com/apache/superset/pull/20273) chore: adjust the psycopg2 version of k8s installation guide (@ensky)
- [#19703](https://github.com/apache/superset/pull/19703) chore(build): upgrade less-loader (@ktmud)

### 1.5.1 (Thu May 26 14:45:20 2022 +0300)

Expand Down
2 changes: 1 addition & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"jsdom": "^16.4.0",
"lerna": "^4.0.0",
"less": "^3.12.2",
"less-loader": "^5.0.0",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.3.0",
"mock-socket": "^9.0.3",
"node-fetch": "^2.6.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
"keywords": [],
"license": "Apache-2.0",
"author": "Apache",
"dependencies": {},
"engines": {
"node": "^16.9.1",
"npm": "^7.5.4"
}
"dependencies": {}
}
4 changes: 3 additions & 1 deletion superset-frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,9 @@ const config = {
loader: 'less-loader',
options: {
sourceMap: isDevMode,
javascriptEnabled: true,
lessOptions: {
javascriptEnabled: true,
},
},
},
],
Expand Down

0 comments on commit 52e1349

Please sign in to comment.