Skip to content

Commit

Permalink
Vite migration (#3)
Browse files Browse the repository at this point in the history
* removed react-scripts
* changed file names
* added base name
  • Loading branch information
bekiryoruk authored Oct 27, 2023
1 parent 0efe0bb commit f86236b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"react-minimal-side-navigation": "1.9.2",
"react-phone-input-2": "2.15.1",
"react-router-dom": "6.4.2",
"react-scripts": "5.0.1",
"stylis": "4.1.2",
"stylis-plugin-rtl": "2.1.1",
"web-vitals": "3.0.1"
Expand Down Expand Up @@ -88,4 +87,4 @@
"last 1 safari version"
]
}
}
}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import ComponentDatePicker from './components/ComponentDatePicker';
import ComponentMaskField from './components/ComponentMaskField';
import ComponentTimePicker from './components/ComponentTimePicker';
import ComponentPhoneInput from './components/ComponentPhoneInput';
import ComponentDataGrid from './components/ComponentDataGrid';
import ComponentDataGrid from './components/ComponentTable';
import ComponentMenuButton from './components/ComponentMenuButton';
import ListItemsExample from './examples/ListItemsExample';
import ComponentShrinkableTransferList from './components/ComponentShrinkableTransferList';
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export default defineConfig({
plugins: [react({
include: '**/*.{js,jsx,tsx}',
})],
base: '/comfort-react-demo/'
})

0 comments on commit f86236b

Please sign in to comment.