mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
refactor(elements): use luna box model
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user