mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 09:16:10 +00:00
Generate a harmonious color scheme for each block
This commit is contained in:
parent
5270f47401
commit
b2eb5dfc7c
5 changed files with 1436 additions and 16 deletions
|
@ -4,6 +4,12 @@ module.exports = {
|
|||
stylesheets: {joinTo: 'bundle.css'},
|
||||
},
|
||||
plugins: {
|
||||
babel: {
|
||||
presets: ['@babel/preset-env'],
|
||||
ignore: [
|
||||
/^node_modules/
|
||||
]
|
||||
},
|
||||
browserSync: {
|
||||
port: 3334,
|
||||
logLevel: "debug"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue