This commit is contained in:
Pig Fang 2020-06-24 16:12:01 +08:00
parent 694f882931
commit 38943ababf
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { scrollHander, logout } from '@/scripts/home-page'
import { scrollHander, logout } from '@/scripts/homePage'
test('logout', async () => {
const meta = document.createElement('meta')

View File

@ -12,7 +12,7 @@ const config = {
entry: {
app: ['react-hot-loader/patch', '@/index.tsx'],
style: ['@/styles/common.css'],
home: '@/scripts/home-page.ts',
home: '@/scripts/homePage.ts',
spectre: [
'spectre.css/dist/spectre.min.css',
'@/fonts/minecraft.css',