refactor: BREAKING: 5.0.0-rc0

This commit is contained in:
Jamie Peabody
2021-12-18 15:56:17 +00:00
parent 82f32ceb10
commit f05e06232a
14 changed files with 1471 additions and 843 deletions

View File

@@ -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'
})