Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

113
Views
webpack es6 modules for chrome extension

I have the following config for webpack and I am trying to make modules accessible to my content script. Basically, I want them to be packed and loaded from manifest as stand-alone modules (like global variables). For some reason, the bundle.js has no references to the modules but I can see the module code is exports.

What am I missing from my config?

My webpack.config.js

    const path = require('path');

module.exports = {
  entry: ['franc-min', 'trigram-utils', './src/index.js'],
  output: {
    filename: 'main.js',
    path: path.resolve(__dirname, 'dist'),
  },
  resolve: {
    descriptionFiles: ['package.json'],
  },
  devtool: 'source-map',
};

My index.js

import { franc } from 'franc-min';
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!