First sketch of layers

This commit is contained in:
uwap 2017-10-27 16:43:17 +02:00
parent d1dd22eb5d
commit 412d95f07a
8 changed files with 62 additions and 13 deletions

View file

@ -13,7 +13,7 @@ module.exports = {
extensions: ['.js', '.jsx']
},
entry: [
path.resolve(__dirname, 'src/index.js')
path.resolve(__dirname, 'src/index.jsx')
],
output: {
path: path.resolve(__dirname, 'dist'),