Skip to content

Commit

Permalink
OUFR rename: more build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed Oct 1, 2020
1 parent 4836d3f commit 8162294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
// eslint-disable-next-line import/no-extraneous-dependencies
export { IDocPageProps as IDemoPageProps } from '@fluentui/react-internal/lib/common/DocPage.types';
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const TemplatePageProps: TFabricPlatformPageProps = {

// Raw import of a types definition file to render the Implementation Section. (Array)
propertiesTablesSources: [
require('!raw-loader!@fluentui/react/lib/components/TeachingBubble/TeachingBubble.types.ts') as string,
require('!raw-loader!@fluentui/react-internal/src/components/TeachingBubble/TeachingBubble.types.ts') as string,
],
},

Expand Down
2 changes: 1 addition & 1 deletion packages/react-internal/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function createConfig(config, onlyProduction) {
IS_PRODUCTION,
{
entry: {
[BUNDLE_NAME]: './lib/index.bundle.js',
[BUNDLE_NAME]: './lib/index.js',
},

externals: {
Expand Down

0 comments on commit 8162294

Please sign in to comment.