mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-17 11:42:27 +08:00
refactor: remove unused files, bug fixes and name changes
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
module.exports = {
|
||||
// darkMode: 'class',
|
||||
plugins: [createEnterPlugin()],
|
||||
content: {
|
||||
enable: process.env.NODE_ENV === 'production',
|
||||
content: ['./index.html', './src/**/*.{vue,ts,tsx}'],
|
||||
},
|
||||
content: ['./index.html', './src/**/*.{vue,ts,tsx}'],
|
||||
corePlugins: {
|
||||
preflight: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user