loader Questions

3

Solved

I updated from Angular 7 to Angular 14 after removing all the errors in my project this is the only error that is stopping me from compiling successfully. I am getting this error on ng serve: /sr...
Solipsism asked 22/7, 2022 at 10:14

10

I am wondering how to set up an inline svg with webpack? I am following the react-webpack-cookbook. I have my webpack.config set up correctly with the file loader. However the example shows u...
Aloin asked 13/12, 2015 at 23:45

7

Solved

I am trying to make a method which would accept string key and return translated string value by using translate.instant(parameter). The problem is that it returns key(parameter). Usually this is r...
Ileenileitis asked 14/9, 2017 at 10:4

5

I'm writing a Jest test and am having trouble resolving this import which uses webpack's worker-loader import ImageInfoWorker from 'worker-loader?name=image_info!@WORKERS/image-info'; I have som...
Calabrese asked 2/3, 2017 at 22:53

2

Solved

I have static linked binary (ELF file) it doesn't have dynamic segment, .dymsym sections and it doesn't perform LD_PRELOAD command and etc. How could i create fake dummy dynamic segment to activate...
Velocipede asked 3/8, 2016 at 14:0

3

Solved

I can't figure out how to render a css file with the webpack sass-loader. Here's what my webpackconfig.js looks like: module.exports = { context: __dirname + "/app", entry: { javascript: "./ap...
Emporium asked 25/8, 2015 at 18:16

4

Solved

I am attempting to create a webpack loader that converts a file containing a description of API data structures into a set of TypeScript interfaces. In my concrete case, the file is JSON, but this...
Commensal asked 9/11, 2017 at 17:44

3

Solved

I am making a React w/ Webpack setup and am struggling to do what seems like should be a simple task. I want webpack to include images, and minimize them like I with gulp but I can't figure it out....
Millymilman asked 12/2, 2016 at 18:9

4

Solved

I've been having this problem for a while and I see that other people have it too, but even though I have the same code as them it is still not working and I don't know what I'm doing wrong. I'm wo...
Ahead asked 29/7, 2021 at 12:22

3

I am working on running my express server with the command npm start. I am receiving: ```node:internal/modules/cjs/loader:942 throw err; ^ Error: Cannot find module 'express' Require stack: ```. I ...
Omniumgatherum asked 20/5, 2022 at 20:36

4

I am looking for a solution for using a global screen loader in react. I am not that much familiar to react context, but I was wondering if that could help me here. Basically I am introducing a scr...
Chatham asked 12/3, 2021 at 0:40

4

I am trying to integrate my webpack project with sass-loader, but I am get this error: Module build failed: Error: Cannot find module 'postcss' I already installed postcss and postcss-loader wi...
Marcelinomarcell asked 1/4, 2018 at 4:31

2

I am trying to use vue-loader with my SPA VUE APP, And I'm getting the following error. ERROR in ./app2.vue Module build failed (from ./node_modules/vue-loader/dist/index.js): TypeError: Cannot...
Leoraleos asked 18/10, 2022 at 18:39

3

Solved

ES6's modules are based on a flexible loader architecture (although the standard is not final, so ...). Does this mean ES6's loader, based on system.js, can load all assets? I.e. CSS, HTML, Images...
Pardner asked 24/7, 2014 at 0:55

2

Solved

According to the GNU documentation for ld, a NOLOAD section works as following: The `(NOLOAD)' directive will mark a section to not be loaded at run time. The linker will process the section norma...
Stentor asked 24/7, 2019 at 11:17

2

ELF in Linux allows specifying a custom loader in the .interp header. Usually, this is ld. What are examples of non-ld loaders? What is used to load the loader itself? Assuming I specify a non-ld i...
Tobytobye asked 10/1, 2022 at 6:43

3

On compiling an app and trying to implement the i18n library with webpack, I face this error: ERROR in ./node_modules/bundle-loader?lazy&name=lang-pt!./src/locales/pt/translation.json Module p...
Encode asked 26/3, 2018 at 22:36

4

Solved

I have a Qml component that is reasonably large so that I want to make it a reusable component but it is too small/non-generic such that I want to avoid creating its own .qml file. It seems like Co...
Fringe asked 30/11, 2016 at 14:32

1

Solved

I want to show loader when data is loading and when data loaded the loader will be dismiss. if their is no data means black or empty list then show a empty message layout screen in paging 3 android...
Adolfo asked 22/7, 2022 at 9:24

2

I had a Vite project for Vue2, It include a static html file. like following import template from 'editor.html'; export default { template: template } When I ran yarn dev, Terminal output: node_...
Shwalb asked 30/4, 2021 at 8:52

18

Solved

I have downloaded applicationloader_1.3.dmg and installed in the destination Macintosh HD. The messages show The installation was successfully done. But, there is the ApplicationLoader app that d...
Pestle asked 11/11, 2011 at 12:58

3

Solved

When say 3 programs (executables) are loaded into memory the layout might look something like this: alt text http://img97.imageshack.us/img97/3460/processesm.jpg I've following questions: Is th...
Psychographer asked 15/3, 2010 at 5:17

2

Solved

I downloaded from Google Fonts two .ttf files on my project folder: Montserrat-ExtraLight.ttf Montserrat-Black.ttf I set propperly the .qrc file in order to contain both of them. Suppose I have t...
Trilbee asked 28/11, 2020 at 16:55

2

Solved

I have a function in Javascript (in the browser, not node.js) that it takes a lot of time to commit. I want that while the function is being processed, the browser will present a loader, so the use...
Cann asked 28/9, 2016 at 11:15

4

I'm having a lot of trouble working with SVG in my webpack workflow. I'm trying to get it to display with the background: url(sample.svg) property in CSS. Using this alone did not work, so I figure...
Swoop asked 17/8, 2018 at 0:1

© 2022 - 2025 — McMap. All rights reserved.