Skip to content

Commit 306dfa7

Browse files
committed
Update webpack config
1 parent 2e83b1b commit 306dfa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/e2e-tests/webpack/basic-bundle/webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const CopyWebpackPlugin = require('copy-webpack-plugin');
2-
const path = require('path');
3-
const webpack = require('webpack');
1+
import CopyWebpackPlugin from 'copy-webpack-plugin';
2+
import path from 'path';
3+
import webpack from 'webpack';
44

55
module.exports = {
66
mode: 'development',

0 commit comments

Comments
 (0)