Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

110
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda