Sharing global styles

This commit is contained in:
Tom Moor
2017-10-26 22:42:08 -07:00
parent 4863680d86
commit fc45d6a180
53 changed files with 165 additions and 266 deletions

View File

@@ -50,9 +50,9 @@ module.exports = {
noParse: [new RegExp('node_modules/localforage/dist/localforage.js')],
},
resolve: {
root: path.join(__dirname, 'app'),
// you can now require('file') instead of require('file.json')
root: path.resolve(__dirname, 'app'),
extensions: ['', '.js', '.json'],
alias: { shared: path.resolve(__dirname, 'shared') }
},
plugins: [
definePlugin,