mirror of
https://github.com/wickedest/Mergely.git
synced 2026-04-25 12:08:34 +08:00
refactor: BREAKING: 5.0.0-rc0
This commit is contained in:
@@ -29,8 +29,7 @@ module.exports = {
|
||||
resolve: {
|
||||
extensions: ['.js'],
|
||||
alias: {
|
||||
'CodeMirror': path.join(__dirname, 'node_modules', 'codemirror'),
|
||||
'jQuery': path.join(__dirname, 'node_modules', 'jquery')
|
||||
'CodeMirror': path.join(__dirname, 'node_modules', 'codemirror')
|
||||
}
|
||||
},
|
||||
|
||||
@@ -38,10 +37,6 @@ module.exports = {
|
||||
new HtmlWebpackPlugin({
|
||||
template: path.join(__dirname, 'examples', 'app.html')
|
||||
}),
|
||||
new webpack.ProvidePlugin({
|
||||
$: 'jquery',
|
||||
jQuery: 'jquery'
|
||||
}),
|
||||
new webpack.ProvidePlugin({
|
||||
CodeMirror: 'codemirror'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user