refactor: import mnswpr.css in user main.js
This commit is contained in:
parent
2fbb7f69a8
commit
a72421defe
3 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"prepare": "husky",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"release": "bumpp && node scripts/release.js"
|
||||
"release": "bumpp && node scripts/release.js && npm publish"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
import './mnswpr.css'
|
||||
import MineSweeper from './mnswpr.js'
|
||||
|
||||
const mnswpr = new MineSweeper('app', 'dev')
|
||||
const mnswpr = new MineSweeper('app', 'pkg-dev')
|
||||
mnswpr.initialize()
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
// @ts-check
|
||||
|
||||
import './mnswpr.css'
|
||||
import {
|
||||
LoggerService,
|
||||
StorageService,
|
||||
|
|
|
|||
Loading…
Reference in a new issue