Skip to content

Commit

Permalink
moving import back to where it was
Browse files Browse the repository at this point in the history
  • Loading branch information
jvigliotta committed Apr 25, 2024
1 parent 7125b65 commit 578d640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .webpack/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
This configuration should be used for development purposes. It contains full source map, a
devServer (which be invoked using by `npm start`), and a non-minified Vue.js distribution.
*/
const CopyWebpackPlugin = require('copy-webpack-plugin');
const { merge } = require('webpack-merge');
const common = require('./webpack.common');
const path = require('path');
const CopyWebpackPlugin = require('copy-webpack-plugin');

const proxyUrl = process.env.PROXY_URL || 'http://localhost:8080';
const apiUrl = process.env.API_URL ?? '';
Expand Down

0 comments on commit 578d640

Please sign in to comment.