更换后台UI,使用adminlteUI
This commit is contained in:
17
public/static/plugins/Sortable/scripts/build.js
Normal file
17
public/static/plugins/Sortable/scripts/build.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import babel from 'rollup-plugin-babel';
|
||||
import json from 'rollup-plugin-json';
|
||||
import resolve from 'rollup-plugin-node-resolve';
|
||||
import banner from './banner.js';
|
||||
|
||||
|
||||
export default {
|
||||
output: {
|
||||
banner,
|
||||
name: 'Sortable'
|
||||
},
|
||||
plugins: [
|
||||
json(),
|
||||
babel(),
|
||||
resolve()
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user