Skip to content

Commit b4b6cd3

Browse files
committed
breaking(mui): stream line build ouput files structure.
1 parent 3444794 commit b4b6cd3

26 files changed

+11
-11
lines changed

packages/mui-component-mapper/rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import sourcemaps from 'rollup-plugin-sourcemaps';
1212
import glob from 'glob';
1313
import path from 'path';
1414

15-
const outputPaths = glob.sync(path.resolve(__dirname, './src/components/*.js'));
15+
const outputPaths = glob.sync(path.resolve(__dirname, './src/files/*.js'));
1616

1717
const muiExternals = createFilter(
1818
[
@@ -39,7 +39,7 @@ const globals = {
3939
const babelOptions = {
4040
exclude: /node_modules/,
4141
runtimeHelpers: true,
42-
configFile: '../../babel.config.js'
42+
configFile: './babel.config.js'
4343
};
4444

4545
const commonjsOptions = {

0 commit comments

Comments
 (0)