refactor: all in with material-ui (#23)

This commit is contained in:
Miralem Drek
2019-05-07 16:24:06 +02:00
committed by GitHub
parent cc09554b62
commit dbdc279d2c
63 changed files with 1587 additions and 1497 deletions

View File

@@ -5,9 +5,6 @@ const chalk = require('chalk');
const webpack = require('webpack');
const WebpackDevServer = require('webpack-dev-server');
const nm = require.resolve('leonardo-ui');
const nmPath = nm.substring(0, nm.lastIndexOf('node_modules') + 12);
module.exports = async ({
host,
port,
@@ -53,7 +50,6 @@ module.exports = async ({
open: true,
contentBase: [
contentBase,
nmPath,
],
historyApiFallback: {
index: '/eHub.html',