Adding Outline capabilities and a ActionableItem notion.
This commit is contained in:
parent
f7466994c5
commit
ed146226cf
18 changed files with 369 additions and 33 deletions
|
@ -33,6 +33,9 @@ module.exports = {
|
|||
path: path.resolve(__dirname, 'dist'),
|
||||
publicPath: '/'
|
||||
},
|
||||
externals:[
|
||||
require('webpack-require-http')
|
||||
],
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin(
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue