Skip to content

Commit

Permalink
remove webpack chagnes
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanad94 committed Jul 25, 2024
1 parent e374340 commit ee51dd8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/sensenet/webpack.common.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const path = require('path')
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin')
const CopyPlugin = require('copy-webpack-plugin')
const webpack = require('webpack')

module.exports = {
Expand Down Expand Up @@ -29,9 +28,6 @@ module.exports = {
],
},
plugins: [
new CopyPlugin({
patterns: [{ from: './tinymce/**/*' }],
}),
new webpack.EnvironmentPlugin({
APP_VERSION: require('./package.json').version,
}),
Expand Down

0 comments on commit ee51dd8

Please sign in to comment.