File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 99 "serve" : " serve public"
1010 },
1111 "dependencies" : {
12- "@patternfly/quickstarts" : " 1.0.0-rc.21 " ,
12+ "@patternfly/quickstarts" : " 1.0.0-rc.22 " ,
1313 "@patternfly/react-core" : " ^4.101.3" ,
1414 "asciidoctor" : " ^2.2.1" ,
1515 "react" : " ^16.14.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @patternfly/quickstarts" ,
3- "version" : " 1.0.0-rc.21 " ,
3+ "version" : " 1.0.0-rc.22 " ,
44 "description" : " PatternFly quick starts" ,
55 "files" : [
66 " dist"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import packageJson from './package.json';
1212const plugins = ( esBundle ) => {
1313 return [
1414 scss ( {
15- output : 'dist/quickstarts.css' ,
15+ output : esBundle ? false : 'dist/quickstarts.css' ,
1616 includePaths : [ '../../node_modules/' ] ,
1717 importer ( path ) {
1818 return { file : path [ 0 ] !== '~' ? path : path . slice ( 1 ) } ;
@@ -40,16 +40,16 @@ const plugins = (esBundle) => {
4040} ;
4141
4242export default [
43- // {
44- // input: 'src/index.ts',
45- // output: {
46- // file: packageJson.main,
47- // format: 'cjs',
48- // sourcemap: true,
49- // },
50- // external: ['react', 'react-dom'],
51- // plugins: plugins(false),
52- // },
43+ {
44+ input : 'src/index.ts' ,
45+ output : {
46+ file : packageJson . main ,
47+ format : 'cjs' ,
48+ sourcemap : true ,
49+ } ,
50+ external : [ 'react' , 'react-dom' ] ,
51+ plugins : plugins ( false ) ,
52+ } ,
5353 {
5454 input : 'src/index.ts' ,
5555 output : {
You can’t perform that action at this time.
0 commit comments