Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
temp disabled plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed May 7, 2024
1 parent 7878311 commit e6be74c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/terra-dev-site/src/webpack/plugin/SitePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const chalk = require('chalk');
// const http = require('http');

const DirectorySwitcherPlugin = require('./resolve/DirectorySwitcherPlugin');
const LocalPackageAliasPlugin = require('./resolve/LocalPackageAliasPlugin');
// const LocalPackageAliasPlugin = require('./resolve/LocalPackageAliasPlugin');
// const LocalSubpathExportsResolverPlugin = require('./resolve/LocalSubpathExportsResolverPlugin');
const { babelLoader, getMdxLoader } = require('./siteLoaderUtils');
const getNewRelicJS = require('../new-relic/getNewRelicJS');

Expand Down Expand Up @@ -187,10 +188,9 @@ class SitePlugin {
}),
]
: [],
// Alias the local package to allow imports to reference the file as if it was imported from node modules.
new LocalPackageAliasPlugin({
rootDirectories,
}),
// new LocalSubpathExportsResolverPlugin({rootDirectories}),
// // Alias the local package to allow imports to reference the file as if it was imported from node modules.
// new LocalPackageAliasPlugin({rootDirectories}),
],
},
// add the path to search for dev site loaders
Expand Down

0 comments on commit e6be74c

Please sign in to comment.