Skip to content

Commit

Permalink
Merge branch 'main' of github.com:elastic/kibana into feat/mermaid-ma…
Browse files Browse the repository at this point in the history
…rkdown
  • Loading branch information
patrykkopycinski committed Dec 27, 2023
1 parent 5f6de30 commit 093ec2e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions x-pack/plugins/canvas/shareable_runtime/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,13 @@ module.exports = {
{
loader: 'sass-loader',
options: {
// additionalData(content, loaderContext) {
// return `@import ${stringifyRequest(
// loaderContext,
// path.resolve(KIBANA_ROOT, 'src/core/public/styles/core_app/_globals_v8light.scss')
// )};\n${content}`;
// },
additionalData(content, loaderContext) {
return `@import ${stringifyRequest(
loaderContext,
path.resolve(KIBANA_ROOT, 'src/core/public/styles/core_app/_globals_v8light.scss')
)};\n${content}`;
},
implementation: require('sass-embedded'),
webpackImporter: false,
sassOptions: {
outputStyle: 'expanded',
includePaths: [path.resolve(KIBANA_ROOT, 'node_modules')],
Expand Down

0 comments on commit 093ec2e

Please sign in to comment.