groups: fixing bad prod build and missing react-refresh

This commit is contained in:
Hunter Miller 2022-03-24 19:13:36 -05:00
parent 1e29177b2a
commit edb4094301
3 changed files with 56491 additions and 56409 deletions

View File

@ -10,7 +10,7 @@ const GIT_DESC = execSync('git describe --always', { encoding: 'utf8' }).trim();
module.exports = {
mode: 'production',
entry: {
app: './src/index.js',
app: './src/index.tsx',
serviceworker: './src/serviceworker.js'
},
module: {

File diff suppressed because it is too large Load Diff

View File

@ -106,6 +106,7 @@
"lint-staged": "^11.0.0",
"loki": "^0.28.1",
"moment-locales-webpack-plugin": "^1.2.0",
"react-refresh": "^0.11.0",
"sass": "^1.32.5",
"sass-loader": "^8.0.2",
"storybook-addon-designs": "^6.0.0",