Skip to content

Commit

Permalink
fix: dist
Browse files Browse the repository at this point in the history
  • Loading branch information
renrizzolo committed Aug 10, 2022
1 parent 020ca73 commit 8d95827
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/webpack.config.dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = webpackMerge(commonConfig, {
},
{
test: /\.(js|jsx)$/,
include: [paths.appSrc, paths.appDemo],
include: [paths.appSrc, paths.iconsSrc, paths.appDemo],
loader: 'babel-loader',
options: {
cacheDirectory: true,
Expand Down
2 changes: 1 addition & 1 deletion config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = webpackMerge(commonConfig, {
},
{
test: /\.(js|jsx)$/,
include: [paths.appSrc, paths.appDemo],
include: [paths.appSrc, paths.iconsSrc, paths.appDemo],
loader: 'babel-loader',
},
{
Expand Down
4 changes: 2 additions & 2 deletions www/containers/props.json
Original file line number Diff line number Diff line change
Expand Up @@ -2136,9 +2136,9 @@
"type": {
"name": "enum",
"computed": true,
"value": "names"
"value": "iconNames"
},
"required": false,
"required": true,
"description": ""
}
}
Expand Down

0 comments on commit 8d95827

Please sign in to comment.