Skip to content

Commit

Permalink
Resolve import order issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jakezatecky committed Aug 24, 2023
1 parent 236b62a commit cde3265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const HtmlBundlerPlugin = require('html-bundler-webpack-plugin');
const path = require('node:path');
const HtmlBundlerPlugin = require('html-bundler-webpack-plugin');
const webpack = require('webpack');

const environment = process.env.NODE_ENV;
Expand Down

0 comments on commit cde3265

Please sign in to comment.