Pull in console dapp as builtin (#4145)

* Copy static dapps from static (no build)

* Console sources

* Add console to builtins

* Remove console assets

* Disable eslint on console.js

* Enable eslint after disable

* Webpack copy
This commit is contained in:
Jaco Greeff
2017-01-13 09:53:57 +01:00
committed by Gav Wood
parent cfb6dd2ea8
commit ee4ede915a
5 changed files with 856 additions and 1 deletions

View File

@@ -150,7 +150,11 @@ module.exports = {
});
const plugins = Shared.getPlugins().concat(
new CopyWebpackPlugin([{ from: './error_pages.css', to: 'styles.css' }], {}),
new CopyWebpackPlugin([
{ from: './error_pages.css', to: 'styles.css' },
{ from: 'dapps/static' }
], {}),
new WebpackErrorNotificationPlugin(),
new webpack.DllReferencePlugin({