Skip to content

Commit

Permalink
Fix import in webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Nov 2, 2021
1 parent ec49207 commit f6f6b00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import path from 'path';
/* eslint @typescript-eslint/no-var-requires: "off" */
const path = require('path');

module.exports = {
entry: './wagtail_localize/static_src/main.tsx',
Expand Down

0 comments on commit f6f6b00

Please sign in to comment.