Skip to content

Commit

Permalink
Missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Jul 22, 2024
1 parent f95583c commit 2ab98aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const DotEnv = require('dotenv-webpack');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const path = require('path');
const VueLoaderPlugin = require('vue-loader/lib/plugin');
const webpack = require('webpack');

module.exports = function(mode, eternajs_copy) {
return {
Expand Down

0 comments on commit 2ab98aa

Please sign in to comment.