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

+35
-34
lines changed

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
[

0 commit comments

Comments
 (0)