NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

ERROR in ./client/prototypes/CMSSimulatorV2/sass/pnp-configure-form.scss (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./client/prototypes/CMSSimulatorV2/sass/pnp-configure-form.scss)
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
Error: Unknown output style "compact".
@ ./client/prototypes/CMSSimulatorV2/sass/pnp-configure-form.scss 8:6-227 22:17-24 26:7-21 52:25-39 53:36-47 53:50-64 57:6-67:7 58:54-65 58:68-82 64:42-53 64:56-70 66:21-28 77:0-197 77:0-197 78:22-29 78:33-47 78:50-64 55:4-68:5
@ ./client/prototypes/CMSSimulatorV2/PnpConfigureForm.js 9:0-52 25:71-92
@ ./client/prototypes/CMSSimulatorV2/PnpPrototype.js 13:0-50 153:6-22
@ ./client/routes/devRoutes.js 119:32-83
@ ./client/routes/index.js 8:0-44 25:41-50
@ ./client/pages/App.js 11:0-31 50:446-452
@ ./client/client.js 10:0-30 45:329-332

ERROR in ./client/prototypes/CMSSimulatorV2/sass/pnp-prototype-customize.scss (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./client/prototypes/CMSSimulatorV2/sass/pnp-prototype-customize.scss)
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
Error: Unknown output style "compact".
@ ./client/prototypes/CMSSimulatorV2/sass/pnp-prototype-customize.scss 8:6-232 22:17-24 26:7-21 52:25-39 53:36-47 53:50-64 57:6-67:7 58:54-65 58:68-82 64:42-53 64:56-70 66:21-28 77:0-202 77:0-202 78:22-29 78:33-47 78:50-64 55:4-68:5
@ ./client/prototypes/CMSSimulatorV2/PnpPrototypeCustomize.js 25:0-57 36:68-87 244:141-156 278:35-52 288:26-42 410:80-105 440:89-104 503:78-103 537:68-79 716:19-38 761:19-38 777:19-38 806:19-43 819:19-43
@ ./client/prototypes/CMSSimulatorV2/PnpPrototype.js 14:0-60 206:6-27
@ ./client/routes/devRoutes.js 119:32-83
@ ./client/routes/index.js 8:0-44 25:41-50
@ ./client/pages/App.js 11:0-31 50:446-452
@ ./client/client.js 10:0-30 45:329-332

var webpack = require('webpack');
var path = require('path');
const ESLintPlugin = require('eslint-webpack-plugin');
var CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin');

var webpackOptions = {
mode: 'development',
devtool: 'inline-source-map',
cache: true,
watch: false,
entry: {
bootstrap: '@aosprodsys/brucke-ui-core/dist/bootstrap.js',
main: {
dependOn: 'bootstrap',
import: ['webpack-hot-middleware/client?path=/__webpack_hmr', './client/client.js']
}
},
output: {
path: path.join(__dirname, '../static/dist'),
filename: '[name].js',
publicPath: '/dist/',
globalObject: 'this'
},
module: {
rules: [
{
test: /.jsx?$/,
loader: 'esbuild-loader',
options: {
loader: 'jsx',
target: 'chrome72'
},
resolve: {
fullySpecified: false
},
include: [path.resolve(__dirname, '..', 'client'), /brucke-ui-core/dist/es/]
},
{
test: /.css$/,
use: [
'style-loader',
{
loader: 'css-loader',
options: {
modules: 'global'
}
}
]
},
{
test: /.worker.js$/,
use: {loader: 'worker-loader'}
},
{
test: /.less$/,
use: [
'style-loader',
{
loader: 'css-loader',
options: {
modules: 'global'
}
},
'less-loader'
]
},
{
test: /.scss$/,
use: [
'style-loader',
{
loader: 'css-loader',
options: {
modules: 'global'
}
},
{
loader: 'sass-loader',
options: {
sassOptions: {
includePaths: [path.resolve(__dirname, '..', 'node_modules')],
outputStyle: 'compact'
},
sourceMap: true
}
}
]
},
{
test: /.(woff|woff2|ttf|eot)(?v=d+.d+.d+)?$/,
type: 'asset'
},
{
test: /.svg(?v=d+.d+.d+)?$/,
type: 'asset',
exclude: /@apple/symbols/
},
{
test: /.png|jpg|jpeg/,
type: 'asset'
},
{
test: /bootstrap/glyphicons-halflings/,
loader: 'null-loader'
},
{
test: /.svg$/,
include: /@apple/symbols/,
use: ['@apple/symbols/react-loader']
},
{
test: /.m?js/,
resolve: {
fullySpecified: false
}
}
]
},
resolve: {
extensions: ['.js', '.json', '.jsx', '.css', '.scss'],
alias: {
react: path.resolve('./node_modules/react'),
'react-dom': path.resolve('./node_modules/react-dom'),
'react-router-dom': path.resolve('./node_modules/react-router-dom'),
[path.resolve('./node_modules/@buzz/columbo-reporter-web/src/lib/api.js')]: path.resolve(
'./node_modules/@aosprodsys/brucke-ui-core/dist/es/utils/reporterApi.js'
)
}
},
plugins: [
new ESLintPlugin({
fix: true
}),
new CaseSensitivePathsPlugin(),
new webpack.IgnorePlugin({
resourceRegExp: /^./locale$/,
contextRegExp: /moment$/
}),
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify('development')
}
}),
new webpack.HotModuleReplacementPlugin()
]
};

module.exports = webpackOptions;
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.