Skip to content

Commit

Permalink
chore: remove unneeded webpackImporter option for example webpack con…
Browse files Browse the repository at this point in the history
…figs
  • Loading branch information
apaleslimghost committed Oct 14, 2024
1 parent a78b59c commit cf18e50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions examples/ft-ui/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ module.exports = {
new PageKitBasePlugin(),
new PageKitJsPlugin(),
new PageKitSassPlugin({
// Enabling webpackImporter because Sass itself can only resolve partial files based on the
// CWD and not relative to the current file being processed. This means Sass can't find the
// nested dependencies created when symlinking.
webpackImporter: true,
includePaths: [path.resolve('../../node_modules')]
})
]
Expand Down
4 changes: 0 additions & 4 deletions examples/kitchen-sink/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ module.exports = {
new PageKitJsPlugin(),
new PageKitCodeSplittingPlugin(),
new PageKitSassPlugin({
// Enabling webpackImporter because Sass itself can only resolve partial files based on the
// CWD and not relative to the current file being processed. This means Sass can't find the
// nested dependencies created when symlinking.
webpackImporter: true,
includePaths: [path.resolve('../../node_modules')]
})
]
Expand Down

0 comments on commit cf18e50

Please sign in to comment.