Skip to content

Commit

Permalink
fixed:Component versions are compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
xl-xueling committed Apr 20, 2024
1 parent e2d3b40 commit 493292b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions light-webapps/config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ const setting = require('./src/settings.json');

module.exports = {
webpack: override(
// (config) => {
// config.resolve.extensions = ['.ts', '.tsx', '.mjs', '.js', '.jsx', 'json', '.gql', '.graphql']
// config.module.rules.unshift({
// test: /\.m?jsx?$/,
// resolve: {
// fullySpecified: false,
// },
// });
// return config;
// },
(config) => {
config.resolve.extensions = ['.ts', '.tsx', '.mjs', '.js', '.jsx', 'json', '.gql', '.graphql']
config.module.rules.unshift({
test: /\.m?jsx?$/,
resolve: {
fullySpecified: false,
},
});
return config;
},
addLessLoader({
lessLoaderOptions: {
lessOptions: {},
Expand Down
2 changes: 1 addition & 1 deletion light-webapps/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Footer(props: FooterProps = {}) {
return (
<Layout.Footer className={cs(styles.footer, className)} {...restProps}>
Copyright &copy; {getDateFormat(YearFormat)} XueLing All Rights Reserved.
<span style={{marginLeft:'10px'}}>Version:2.1.4</span>
<span style={{marginLeft:'10px'}}>Version:2.1.5</span>
</Layout.Footer>
);
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>XL-LightHouse</name>
<url>http://maven.apache.org</url>
<properties>
<revision>2.1.4</revision>
<revision>2.1.5</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<PermGen>64m</PermGen>
Expand Down

0 comments on commit 493292b

Please sign in to comment.