Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ochafik committed Dec 23, 2024
1 parent 6a82243 commit 453bed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
]
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^12.1.2",
"@types/filesystem": "^0.0.32",
"@types/node": "^18.15.6",
"concurrently": "^8.2.2",
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import CopyPlugin from 'copy-webpack-plugin';
import path, {dirname} from 'path';
const WorkboxPlugin = require('workbox-webpack-plugin');
const webpack = require('webpack');
import WorkboxPlugin from 'workbox-webpack-plugin'
import webpack from 'webpack'

import {fileURLToPath} from 'url';

Expand Down

0 comments on commit 453bed1

Please sign in to comment.