refactor(elements): use luna box model

This commit is contained in:
redhoodsu
2023-02-12 21:21:49 +08:00
parent 7cb5bea838
commit e671cbadfc
6 changed files with 103 additions and 183 deletions

View File

@@ -7,8 +7,6 @@ const path = require('path')
process.traceDeprecation = true
const nodeModDir = path.resolve('./node_modules/') + '/'
const srcDir = path.resolve('./src') + '/'
const banner = pkg.name + ' v' + pkg.version + ' ' + pkg.homepage
const postcssLoader = {
@@ -69,6 +67,7 @@ module.exports = {
path.resolve(__dirname, '../node_modules/luna-dom-viewer'),
path.resolve(__dirname, '../node_modules/luna-text-viewer'),
path.resolve(__dirname, '../node_modules/luna-setting'),
path.resolve(__dirname, '../node_modules/luna-box-model'),
],
use: [
{