1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

add ModalBase, LaunchModal & install Reflux

This commit is contained in:
Rokt33r
2015-07-09 01:48:49 +09:00
parent 27701bbe1b
commit 472d79cbf2
18 changed files with 415 additions and 24 deletions

View File

@@ -30,7 +30,8 @@ module.exports = {
'react': 'React',
'react/addons': 'React',
'react-router': 'ReactRouter',
'ace': 'ace'
'ace': 'ace',
'reflux': 'Reflux'
},
resolve: {
extensions: ['', '.js', '.jsx']