Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Apr 3, 2024
1 parent 55b619e commit 798beed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/www/webpack_cordova.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import webpack from 'webpack';
import {baseConfig, browserConfig, require, __dirname, TS_LOADER, GENERATE_CSS_RTL_LOADER} from './webpack_base.mjs';
import {merge} from 'webpack-merge';

import {getRootDir} from '../../src/build/get_root_dir.mjs';
import {getRootDir} from '../../../src/build/get_root_dir.mjs';

const BABEL_LOADER = {
loader: 'babel-loader',
Expand Down

0 comments on commit 798beed

Please sign in to comment.