Skip to content

Commit 4bbe3f1

Browse files
committed
breaking(pf3): stream line pf3 mapper build output files structure.
1 parent 5630a26 commit 4bbe3f1

40 files changed

Lines changed: 35 additions & 34 deletions

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

Lines changed: 1 addition & 1 deletion
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 pf3Externals = createFilter(
1818
[
File renamed without changes.

packages/pf3-component-mapper/src/components/checkbox.js renamed to packages/pf3-component-mapper/src/files/checkbox.js

File renamed without changes.

packages/pf3-component-mapper/src/components/component-mapper.js renamed to packages/pf3-component-mapper/src/files/component-mapper.js

File renamed without changes.

packages/pf3-component-mapper/src/components/date-picker.js renamed to packages/pf3-component-mapper/src/files/date-picker.js

File renamed without changes.

packages/pf3-component-mapper/src/components/form-template.js renamed to packages/pf3-component-mapper/src/files/form-template.js

File renamed without changes.

packages/pf3-component-mapper/src/components/form-template.scss renamed to packages/pf3-component-mapper/src/files/form-template.scss

File renamed without changes.

packages/pf3-component-mapper/src/components/input-group-fields.js renamed to packages/pf3-component-mapper/src/files/input-group-fields.js

File renamed without changes.

packages/pf3-component-mapper/src/components/layout-components.js renamed to packages/pf3-component-mapper/src/files/layout-components.js

File renamed without changes.

packages/pf3-component-mapper/src/components/layout-components.scss renamed to packages/pf3-component-mapper/src/files/layout-components.scss

File renamed without changes.

0 commit comments

Comments
 (0)