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

embed ace

This commit is contained in:
Rokt33r
2015-07-07 03:55:52 +09:00
parent 361e9c629e
commit c74de88ca3
11 changed files with 71 additions and 48 deletions

View File

@@ -17,6 +17,10 @@ module.exports = {
{
test: /\.styl$/,
loader: 'style-loader!css-loader!stylus-loader'
},
{
test: /\.css$/,
loader: 'style-loader!css-loader'
}
]
},
@@ -25,7 +29,8 @@ module.exports = {
//but get it from a global 'React' variable
'react': 'React',
'react/addons': 'React',
'react-router': 'ReactRouter'
'react-router': 'ReactRouter',
'ace': 'ace'
},
resolve: {
extensions: ['', '.js', '.jsx']